Class OAVObjectAddedEvent


  • public class OAVObjectAddedEvent
    extends java.lang.Object
    Internal object added event.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object id
      The object id.
      protected boolean root
      The root flag.
      protected OAVObjectType type
      The object type.
    • Constructor Summary

      Constructors 
      Constructor Description
      OAVObjectAddedEvent​(java.lang.Object id, OAVObjectType type, boolean root)
      Create a new object added event.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Get the string representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.Object id
        The object id.
      • root

        protected boolean root
        The root flag.
    • Constructor Detail

      • OAVObjectAddedEvent

        public OAVObjectAddedEvent​(java.lang.Object id,
                                   OAVObjectType type,
                                   boolean root)
        Create a new object added event.
    • Method Detail

      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.