Class CreatedEvent

All Implemented Interfaces:
IEvent, Serializable

public class CreatedEvent extends Event
An event indicating the creation of a new instance by a factory.
See Also:
  • Field Details

  • Constructor Details

    • CreatedEvent

      public CreatedEvent(Object source)
  • Method Details

    • getInstance

      public Object getInstance()
    • getEventType

      public EventType getEventType()
      Description copied from interface: IEvent
      A type for this event.
      Specified by:
      getEventType in interface IEvent
      Overrides:
      getEventType in class Event
      Returns:
      A type for this event.
    • setInstance

      public void setInstance(Object instance)