org.qi4j.library.eventsourcing.domain.factory
Class DomainEventCreationConcern

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

@AppliesTo(value=DomainEvent.class)
public class DomainEventCreationConcern
extends GenericConcern

Generate event for event method


Field Summary
 
Fields inherited from class org.qi4j.api.concern.ConcernOf
next
 
Constructor Summary
DomainEventCreationConcern()
           
 
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

DomainEventCreationConcern

public DomainEventCreationConcern()
Method Detail

invoke

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