Class ConnectorIdentifierUpdateBroadcast
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<ConnectorIdentifierModification,Long>
io.meeds.gamification.websocket.listener.ConnectorIdentifierUpdateBroadcast
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class ConnectorIdentifierUpdateBroadcast
extends org.exoplatform.services.listener.Listener<ConnectorIdentifierModification,Long>
An gamification connectors listener that will broadcast changes to users.
This will allow to have dynamic UI and fresh updates without refreshing page.
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionConnectorIdentifierUpdateBroadcast(ConnectorsWebSocketService connectorsWebSocketService) -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(org.exoplatform.services.listener.Event<ConnectorIdentifierModification, Long> event) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
ConnectorIdentifierUpdateBroadcast
-
-
Method Details
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<ConnectorIdentifierModification, Long> event) throws Exception- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<ConnectorIdentifierModification,Long> - Throws:
Exception
-