Package es.urjc.etsii.grafo.events.types
Class PingEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
es.urjc.etsii.grafo.events.types.MorkEvent
es.urjc.etsii.grafo.events.types.PingEvent
- All Implemented Interfaces:
Serializable
Ping everyone, does nothing. Useful for testing, manually triggered by /ping
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class es.urjc.etsii.grafo.events.types.MorkEvent
equals, getEventId, getType, getWorkerName, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PingEvent
public PingEvent()Create a PingEvent
-