Class Handler.NoEvent

java.lang.Object
org.jgrapes.core.internal.EventBase<T>
org.jgrapes.core.Event<Void>
org.jgrapes.core.annotation.Handler.NoEvent
All Implemented Interfaces:
Future<Void>, Associator, Eligible
Enclosing class:
Handler

public static final class Handler.NoEvent extends Event<Void>
The default value for the events parameter of the annotation.

Indicates that the parameter is not used.

  • Constructor Details