Class EventEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.auditing.event.EventEvent

public class EventEvent extends BusinessEvent<Void>
Event that will be called for any GenericEvent happening in the system
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • EventEvent

      public EventEvent(GenericEvent<?> sourceEvent)
      Create a new event that will be called gfor every system and business event happening in the system
      Parameters:
      sourceEvent - the event
  • Method Details

    • getSourceEvent

      public GenericEvent<?> getSourceEvent()
      Returns the instance of the event launched in the system
      Returns:
      the instance of the event launched in the system