PathEvent

public class PathEvent

Event fired when path occurs. Listen for this event using EventBus.register.

java.lang.Object > PathEvent

Field Summary

No fields documented.

Method Detail

PathEvent

public public PathEvent (final EventKind eventKind, final long timestamp)

Method PathEvent.

Parameters:
final EventKind eventKind
final long timestamp

getEventKind

public EventKind getEventKind ()

Method getEventKind.

getTimestamp

public long getTimestamp ()

Method getTimestamp.

toString

public String toString ()

Method toString.