org.qi4j.library.eventsourcing.application.factory
Class ApplicationEventFactoryService.Mixin

java.lang.Object
  extended by org.qi4j.library.eventsourcing.application.factory.ApplicationEventFactoryService.Mixin
All Implemented Interfaces:
ApplicationEventFactory
Enclosing interface:
ApplicationEventFactoryService

public static class ApplicationEventFactoryService.Mixin
extends Object
implements ApplicationEventFactory


Constructor Summary
ApplicationEventFactoryService.Mixin()
           
 
Method Summary
 ApplicationEvent createEvent(String name, Object[] args)
           
 void init(Application application)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationEventFactoryService.Mixin

public ApplicationEventFactoryService.Mixin()
Method Detail

init

public void init(@Structure
                 Application application)

createEvent

public ApplicationEvent createEvent(String name,
                                    Object[] args)
Specified by:
createEvent in interface ApplicationEventFactory