Uses of Class
org.axonframework.domain.ApplicationEvent

Packages that use ApplicationEvent
org.axonframework.domain The domain components of the Axon Framework, mainly the Aggregates and Events. 
org.axonframework.eventhandling.scheduling   
org.axonframework.eventhandling.scheduling.java   
org.axonframework.eventhandling.scheduling.quartz   
 

Uses of ApplicationEvent in org.axonframework.domain
 

Subclasses of ApplicationEvent in org.axonframework.domain
 class SystemEvent
          System events are a special type of application event.
 

Uses of ApplicationEvent in org.axonframework.eventhandling.scheduling
 

Subclasses of ApplicationEvent in org.axonframework.eventhandling.scheduling
 class ScheduledEvent
          Abstract implementation of the ApplicationEvent that contains the timestamp of the moment the event is scheduled for publication.
 

Methods in org.axonframework.eventhandling.scheduling with parameters of type ApplicationEvent
 ScheduleToken EventScheduler.schedule(org.joda.time.DateTime triggerDateTime, ApplicationEvent event)
          Schedule the given event for publication at the given triggerDateTime.
 ScheduleToken EventScheduler.schedule(org.joda.time.Duration triggerDuration, ApplicationEvent event)
          Schedule the given event for publication after the given triggerDuration.
 

Uses of ApplicationEvent in org.axonframework.eventhandling.scheduling.java
 

Methods in org.axonframework.eventhandling.scheduling.java with parameters of type ApplicationEvent
 ScheduleToken SimpleEventScheduler.schedule(org.joda.time.DateTime triggerDateTime, ApplicationEvent event)
           
 ScheduleToken SimpleEventScheduler.schedule(org.joda.time.Duration triggerDuration, ApplicationEvent event)
           
 

Uses of ApplicationEvent in org.axonframework.eventhandling.scheduling.quartz
 

Methods in org.axonframework.eventhandling.scheduling.quartz with parameters of type ApplicationEvent
 ScheduleToken QuartzEventScheduler.schedule(org.joda.time.DateTime triggerDateTime, ApplicationEvent event)
           
 ScheduleToken QuartzEventScheduler.schedule(org.joda.time.Duration triggerDuration, ApplicationEvent event)
           
 



Copyright © 2011. All Rights Reserved.