Class ObjectEvent.PrimitiveEventType

  • Enclosing class:
    ObjectEvent

    public static class ObjectEvent.PrimitiveEventType
    extends java.lang.Object
    Primitive Event type
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PrimitiveEventType​(int id)
      Creates the type.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Compares the type.
      int hashCode()
      Get the hash code.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrimitiveEventType

        protected PrimitiveEventType​(int id)
        Creates the type.
    • Method Detail

      • hashCode

        public int hashCode()
        Get the hash code.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Compares the type.
        Overrides:
        equals in class java.lang.Object