Uses of Interface
org.infinispan.remoting.inboundhandler.action.ActionListener
-
Packages that use ActionListener Package Description org.infinispan.remoting.inboundhandler.action -
-
Uses of ActionListener in org.infinispan.remoting.inboundhandler.action
Classes in org.infinispan.remoting.inboundhandler.action that implement ActionListener Modifier and Type Class Description class
CompositeAction
AReadyAction
implementation that delegates it logic to a collection of otherReadyAction
.class
DefaultReadyAction
A list ofAction
to be executed to check when it is ready.Methods in org.infinispan.remoting.inboundhandler.action with parameters of type ActionListener Modifier and Type Method Description default void
Action. addListener(ActionListener listener)
Adds a listener to be invoked when this action is ready or canceled.void
CompositeAction. addListener(ActionListener listener)
void
DefaultReadyAction. addListener(ActionListener listener)
void
LockAction. addListener(ActionListener listener)
void
PendingTxAction. addListener(ActionListener listener)
void
ReadyAction. addListener(ActionListener listener)
It adds a listener that is invoked when this action is ready.
-