Uses of Interface
com.suse.salt.netapi.event.EventListener
Packages that use EventListener
-
Uses of EventListener in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client with parameters of type EventListenerModifier and TypeMethodDescriptionSaltClient.events(Token token, long sessionIdleTimeout, long idleTimeout, int maxMsgSize, EventListener... listeners) Returns a WebSocket @ClientEndpoint annotated object connected to the /ws ServerEndpoint. -
Uses of EventListener in com.suse.salt.netapi.event
Fields in com.suse.salt.netapi.event with type parameters of type EventListenerModifier and TypeFieldDescriptionprivate final List<EventListener> AbstractEventStream.listenersListeners that are notified of a new events.Methods in com.suse.salt.netapi.event with parameters of type EventListenerModifier and TypeMethodDescriptionvoidAbstractEventStream.addEventListener(EventListener listener) Adds a listener.voidEventStream.addEventListener(EventListener listener) Adds a listener.voidAbstractEventStream.removeEventListener(EventListener listener) Removes a listener.voidEventStream.removeEventListener(EventListener listener) Removes a listener.Constructors in com.suse.salt.netapi.event with parameters of type EventListenerModifierConstructorDescriptionWebSocketEventStream(URI uri, Token token, long sessionIdleTimeout, long idleTimeout, int maxMsgSize, EventListener... listeners) Constructor used to create an event stream: open a websocket connection and start event processing.