com.hammurapi.eventbus
Class RemoveCommand<E,P extends Comparable<P>,C,K,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>
java.lang.Object
com.hammurapi.eventbus.InferenceCommand<E,P,C,K,H,S>
com.hammurapi.eventbus.RemoveCommand<E,P,C,K,H,S>
- Type Parameters:
E - P - C - H -
public class RemoveCommand<E,P extends Comparable<P>,C,K,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>
- extends InferenceCommand<E,P,C,K,H,S>
|
Constructor Summary |
RemoveCommand(AbstractEventBus.Handle<E,P,C,K> handle,
K handlerId,
EventHandler<E,P,C,H,S> handler,
InferenceContext<E,P,C,K,H,S> inferenceContext,
boolean forUpdate,
AbstractEventBus.Handle<E,P,C,K>[] inputs)
|
RemoveCommand
public RemoveCommand(AbstractEventBus.Handle<E,P,C,K> handle,
K handlerId,
EventHandler<E,P,C,H,S> handler,
InferenceContext<E,P,C,K,H,S> inferenceContext,
boolean forUpdate,
AbstractEventBus.Handle<E,P,C,K>[] inputs)
getHandle
public AbstractEventBus.Handle<E,P,C,K> getHandle()
isForUpdate
public boolean isForUpdate()
toString
public String toString()
- Overrides:
toString in class Object