Uses of Class
com.hybris.cockpitng.events.SocketEvent
-
Packages that use SocketEvent Package Description com.hybris.cockpitng.actions com.hybris.cockpitng.actions.toggle com.hybris.cockpitng.engine com.hybris.cockpitng.engine.impl -
-
Uses of SocketEvent in com.hybris.cockpitng.actions
Methods in com.hybris.cockpitng.actions that return types with arguments of type SocketEvent Modifier and Type Method Description protected org.zkoss.zk.ui.event.EventListener<SocketEvent>AbstractStatefulActionRenderer. createStateSocketListener(Action parent, ActionContext<INPUT> context, java.lang.String key, java.util.function.Function valueSupplier)Creates new instance of socket listener.protected org.zkoss.zk.ui.event.EventListener<SocketEvent>AbstractStatefulActionRenderer. initializeStateSocketListener(Action parent, java.lang.String listenerIdentity, org.zkoss.zk.ui.event.EventListener<SocketEvent> socketListener)Initialized newly created listener.Method parameters in com.hybris.cockpitng.actions with type arguments of type SocketEvent Modifier and Type Method Description protected voidAbstractStatefulActionRenderer. addStateSocketListener(Action parent, ActionContext<INPUT> context, java.lang.String listenerIdentity, java.lang.String socket, java.util.function.Supplier<org.zkoss.zk.ui.event.EventListener<SocketEvent>> listenerSupplier)Registers new socket listener on parent's widget, if it hasn't been done yet.protected org.zkoss.zk.ui.event.EventListener<SocketEvent>AbstractStatefulActionRenderer. initializeStateSocketListener(Action parent, java.lang.String listenerIdentity, org.zkoss.zk.ui.event.EventListener<SocketEvent> socketListener)Initialized newly created listener. -
Uses of SocketEvent in com.hybris.cockpitng.actions.toggle
Methods in com.hybris.cockpitng.actions.toggle that return types with arguments of type SocketEvent Modifier and Type Method Description protected org.zkoss.zk.ui.event.EventListener<SocketEvent>AbstractToggleActionRenderer. createToggleListener(Action parent, ActionContext<java.lang.Object> context)protected org.zkoss.zk.ui.event.EventListener<SocketEvent>AbstractToggleActionRenderer. initializeToggleListener(Action action, ActionContext<java.lang.Object> context) -
Uses of SocketEvent in com.hybris.cockpitng.engine
Methods in com.hybris.cockpitng.engine with parameters of type SocketEvent Modifier and Type Method Description voidComponentWidgetAdapterAware. handleSocketInputEvent(SocketEvent event)Handles a socket input event sent to thisComponentWidgetAdapterAwareinstance from outside. -
Uses of SocketEvent in com.hybris.cockpitng.engine.impl
Methods in com.hybris.cockpitng.engine.impl with parameters of type SocketEvent Modifier and Type Method Description voidAbstractComponentWidgetAdapterAware. handleSocketInputEvent(SocketEvent event)voidComponentWidgetAdapter. handleSocketInputEvent(SocketEvent socketInputEvent)Handles a socket input event sent to thisComponentWidgetAdapterAwareinstance from outside.voidDefaultComponentWidgetAdapter. handleSocketInputEvent(SocketEvent socketInputEvent)Method parameters in com.hybris.cockpitng.engine.impl with type arguments of type SocketEvent Modifier and Type Method Description voidAbstractComponentWidgetAdapterAware. addSocketInputEventListener(java.lang.String socketId, org.zkoss.zk.ui.event.EventListener<SocketEvent> eventListener)voidComponentWidgetAdapter. addSocketInputEventListener(java.lang.String socketId, org.zkoss.zk.ui.event.EventListener<SocketEvent> eventListener)Registers an eventListener for input socket with the given ID.voidDefaultComponentWidgetAdapter. addSocketInputEventListener(java.lang.String socketId, org.zkoss.zk.ui.event.EventListener<SocketEvent> eventListener)
-