Uses of Interface
org.infinispan.remoting.inboundhandler.action.ActionListener
Packages that use ActionListener
-
Uses of ActionListener in org.infinispan.remoting.inboundhandler.action
Classes in org.infinispan.remoting.inboundhandler.action that implement ActionListenerModifier and TypeClassDescriptionclassA list ofActionto be executed to check when it is ready.Methods in org.infinispan.remoting.inboundhandler.action with parameters of type ActionListenerModifier and TypeMethodDescriptiondefault voidAction.addListener(ActionListener listener) Adds a listener to be invoked when this action is ready or canceled.voidDefaultReadyAction.addListener(ActionListener listener) voidReadyAction.addListener(ActionListener listener) It adds a listener that is invoked when this action is ready.