it.freedom.api.events
Class PersonMoving
java.lang.Object
it.freedom.api.EventTemplate
it.freedom.api.events.PersonMoving
- All Implemented Interfaces:
- java.io.Serializable
public final class PersonMoving
- extends EventTemplate
A person is moving from its actual coordinates to a now coordinate in the environment.
This events implicates that the person is already known, see PersonDetected
- See Also:
- Serialized Form
|
Constructor Summary |
PersonMoving(java.lang.Object source,
int id,
java.awt.Point destination)
|
| Methods inherited from class it.freedom.api.EventTemplate |
fillPayloadWithDefaults, getEventName, getPayload, getReplyTo, getSender, getUid, invalidate, isExecutable, isExecuted, isValid, setExecutable, setExecuted, setReplyTo, setSender, setValid |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PersonMoving
public PersonMoving(java.lang.Object source,
int id,
java.awt.Point destination)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
generateEventPayload
protected void generateEventPayload()
- Specified by:
generateEventPayload in class EventTemplate
getDefaultDestination
public java.lang.String getDefaultDestination()
- Specified by:
getDefaultDestination in class EventTemplate