Uses of Interface
com.power4j.fist.boot.common.op.bus.OpEventSubscriber
Packages that use OpEventSubscriber
-
Uses of OpEventSubscriber in com.power4j.fist.boot.common.op.bus
Methods in com.power4j.fist.boot.common.op.bus that return types with arguments of type OpEventSubscriberMethods in com.power4j.fist.boot.common.op.bus with parameters of type OpEventSubscriberModifier and TypeMethodDescriptionprotected voidBus.doNotify(OpEventSubscriber<T, E> observer, E event) Method parameters in com.power4j.fist.boot.common.op.bus with type arguments of type OpEventSubscriberModifier and TypeMethodDescriptionvoidBus.setSubscribers(List<OpEventSubscriber<T, E>> subscribers) voidOpEventSourceSupport.setSubscribers(List<OpEventSubscriber<T, E>> subscribers) Constructor parameters in com.power4j.fist.boot.common.op.bus with type arguments of type OpEventSubscriberModifierConstructorDescriptionBus(List<OpEventSubscriber<T, E>> subscribers, ErrorHandler<E> errorHandler) OpEventSourceSupport(List<OpEventSubscriber<T, E>> subscribers)