Package com.pnfsoftware.jeb.util.events
Class Event
java.lang.Object
com.pnfsoftware.jeb.util.events.Event
- All Implemented Interfaces:
IEvent
Simple implementation of an event.
-
Field Details
-
ccnt
-
-
Constructor Details
-
Event
public Event() -
Event
public Event(int type) -
Event
-
Event
-
-
Method Details
-
getSource
-
getType
-
getData
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestamp
in interfaceIEvent
-
shouldStopPropagation
public boolean shouldStopPropagation()- Specified by:
shouldStopPropagation
in interfaceIEvent
-