Uses of Class
systemic.sif.sifcommon.model.SIFEvent

Packages that use SIFEvent
systemic.sif.sifcommon.publisher   
systemic.sif.sifcommon.subscriber   
 

Uses of SIFEvent in systemic.sif.sifcommon.publisher
 

Methods in systemic.sif.sifcommon.publisher that return SIFEvent
 SIFEvent SIFEventIterator.getNextEvent(BaseInfo baseInfo, openadk.library.tools.mapping.MappingsContext mappingCtx)
          This method returns the next available SIF Event.
 

Methods in systemic.sif.sifcommon.publisher that return types with arguments of type SIFEvent
 java.util.List<SIFEvent> BasePublisher.getEventsFromFile()
           
 

Uses of SIFEvent in systemic.sif.sifcommon.subscriber
 

Methods in systemic.sif.sifcommon.subscriber with parameters of type SIFEvent
abstract  void BaseSubscriber.processEvent(SIFEvent sifEvent, openadk.library.Zone zone, MappingInfo mappingInfo, java.lang.String consumerID)
          This method will process the given event.