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 classCompositeActionAReadyActionimplementation that delegates it logic to a collection of otherReadyAction.classDefaultReadyActionA list ofActionto 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 voidAction. addListener(ActionListener listener)Adds a listener to be invoked when this action is ready or canceled.voidCompositeAction. addListener(ActionListener listener)voidDefaultReadyAction. addListener(ActionListener listener)voidReadyAction. addListener(ActionListener listener)It adds a listener that is invoked when this action is ready.
-