Uses of Class
alpine.event.framework.ChainLink
-
Packages that use ChainLink Package Description alpine.event.framework This package contains the Alpine event framework. -
-
Uses of ChainLink in alpine.event.framework
Methods in alpine.event.framework that return ChainLink Modifier and Type Method Description ChainLink[]AbstractChainableEvent. onFailure()Returns the optional callback event that should be processed if this event is not successful.ChainLink[]ChainableEvent. onFailure()Returns the optional callback event that should be processed if this event is not successful.ChainLinkChainLink. onFailure(Event onFailureEvent)ChainLinkChainLink. onFailure(Event onFailureEvent, Class<? extends IEventService> onFailureEventService)ChainLink[]AbstractChainableEvent. onSuccess()Returns the optional callback event that should be processed if this event is successful.ChainLink[]ChainableEvent. onSuccess()Returns the optional callback event that should be processed if this event is successful.ChainLinkChainLink. onSuccess(Event onSuccessEvent)ChainLinkChainLink. onSuccess(Event onSuccessEvent, Class<? extends IEventService> onSuccessEventService)
-