org.qi4j.library.eventsourcing.application.factory
Class ApplicationEventCreationConcern

java.lang.Object
  extended by org.qi4j.api.concern.ConcernOf<InvocationHandler>
      extended by org.qi4j.api.concern.GenericConcern
          extended by org.qi4j.library.eventsourcing.application.factory.ApplicationEventCreationConcern
All Implemented Interfaces:
InvocationHandler

@AppliesTo(value=ApplicationEventMethodFilter.class)
public class ApplicationEventCreationConcern
extends GenericConcern

Generate application event for event method


Field Summary
 
Fields inherited from class org.qi4j.api.concern.ConcernOf
next
 
Constructor Summary
ApplicationEventCreationConcern()
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationEventCreationConcern

public ApplicationEventCreationConcern()
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Throws:
Throwable