Class InstanceDeletedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class InstanceDeletedEvent
    extends java.beans.PropertyChangeEvent
    Event that contains information about instance delete.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      InstanceDeletedEvent​(java.lang.Object source, java.lang.Object deleted, java.lang.Object directContainer)
      Creates and initializes a new InstanceDeletedEvent instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getDirectContainer()
      Returns direct container (feature data set or resource).
      • Methods inherited from class java.beans.PropertyChangeEvent

        getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

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

      • InstanceDeletedEvent

        public InstanceDeletedEvent​(java.lang.Object source,
                                    java.lang.Object deleted,
                                    @CheckForNull
                                    java.lang.Object directContainer)
        Creates and initializes a new InstanceDeletedEvent instance.
        Parameters:
        source - the source of the event.
        deleted - element that was deleted.
        directContainer - direct feature data set or resource that contained the object before instance delete.
    • Method Detail

      • getDirectContainer

        public java.lang.Object getDirectContainer()
        Returns direct container (feature data set or resource).
        Returns:
        direct container.