public class EventQueueEntry extends Object implements Comparable<EventQueueEntry>
| Constructor and Description |
|---|
EventQueueEntry(Object object,
Method method,
int priority,
boolean vetoable) |
public int compareTo(EventQueueEntry o)
compareTo in interface Comparable<EventQueueEntry>public void notify(Event event)
event - the event to pass to this queue entryCopyright © 2014. All rights reserved.