public interface ApplicationEvent
extends org.qi4j.api.value.ValueComposite, org.qi4j.api.entity.Identity
An application event is triggered by calling a method that is of the form:
void someName(ApplicationEvent event, SomeParam param);
The "event" argument should be invoked with null, as it will be created during the method call. If it is not null, then the method call is a replay of previously created events.
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
name() |
org.qi4j.api.property.Property<Date> |
on() |
org.qi4j.api.property.Property<String> |
parameters() |
org.qi4j.api.property.Property<String> |
usecase() |
org.qi4j.api.property.Property<String> |
version() |