public class EventDebugEvent extends StateEvent
| Red (tfeng) |
| Yellow (tfeng) |
| Constructor and Description |
|---|
EventDebugEvent(PteraController source,
Event event,
boolean isProcessed)
Construct an event with the specified source and destination Ptera
event.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
getEvent()
Get the Ptera event.
|
boolean |
isProcessed()
Return whether the Ptera event is processed.
|
getSource, getState, toStringpublic EventDebugEvent(PteraController source, Event event, boolean isProcessed)
source - The source of this state event.event - The Ptera event.isProcessed - Whether the Ptera event is processed or not.public Event getEvent()
public boolean isProcessed()