Uses of Interface
alpine.event.framework.IEventService
-
Packages that use IEventService Package Description alpine.event.framework This package contains the Alpine event framework. -
-
Uses of IEventService in alpine.event.framework
Classes in alpine.event.framework that implement IEventService Modifier and Type Class Description classBaseEventServiceA publish/subscribe (pub/sub) event service that provides the ability to publish events and asynchronously inform all subscribers to subscribed events.classEventServiceA publish/subscribe (pub/sub) event service that provides the ability to publish events and asynchronously inform all subscribers to subscribed events.classSingleThreadedEventServiceA publish/subscribe (pub/sub) event service that provides the ability to publish events and asynchronously inform all subscribers to subscribed events.Methods in alpine.event.framework that return types with arguments of type IEventService Modifier and Type Method Description Class<? extends IEventService>ChainLink. getFailureEventService()Class<? extends IEventService>ChainLink. getSuccessEventService()Method parameters in alpine.event.framework with type arguments of type IEventService Modifier and Type Method Description ChainableEventAbstractChainableEvent. onFailure(Event onFailureEvent, Class<? extends IEventService> onFailureEventService)Fluent method that sets the onFailure Event and returns this object.ChainableEventChainableEvent. onFailure(Event onFailureEvent, Class<? extends IEventService> onFailureEventService)Fluent method that sets the onFailure Event and returns this object.ChainLinkChainLink. onFailure(Event onFailureEvent, Class<? extends IEventService> onFailureEventService)ChainableEventAbstractChainableEvent. onSuccess(Event onSuccessEvent, Class<? extends IEventService> onSuccessEventService)Fluent method that sets the onSuccess Event and returns this object.ChainableEventChainableEvent. onSuccess(Event onSuccessEvent, Class<? extends IEventService> onSuccessEventService)Fluent method that sets the onSuccess Event and returns this object.ChainLinkChainLink. onSuccess(Event onSuccessEvent, Class<? extends IEventService> onSuccessEventService)
-