Package | Description |
---|---|
org.eiichiro.jaguar.lifecycle |
Lifecycle event.
|
Modifier and Type | Method and Description |
---|---|
static <L extends Annotation> |
Event.of(Class<L> lifecycle)
Creates a new
Event of the specified lifecycle. |
Event<L> |
Event.on(Object component)
Sets component on which this event fires.
|
Event<L> |
Event.with(Object... args)
Sets event arguments.
|
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.