Class ActionEvent<T>

java.lang.Object
org.jgrapes.core.internal.EventBase<T>
org.jgrapes.core.Event<T>
org.jgrapes.core.internal.ActionEvent<T>
All Implemented Interfaces:
Future<T>, Associator, Eligible

public abstract class ActionEvent<T> extends Event<T>
A base class for events that perform an action instead of being handled.

Use to synchronize some action with the other events on an EventPipeline.