|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xoetrope.optional.svg.tinyline.SVGEventQueue
public class SVGEventQueue
The SVGEventQueue is a class that queues SVG events.
| Constructor Summary | |
|---|---|
SVGEventQueue()
Creates a new SVGEventQueue object. |
|
| Method Summary | |
|---|---|
SVGEvent |
getNextEvent()
Remove an event from the queue and return it. |
void |
handleEvent(SVGEvent theEvent)
Dispatch an event to the eventHandler. |
SVGEvent |
peekEvent()
Return the first event without removing it. |
void |
postEvent(SVGEvent theEvent)
Post an event to the EventQueue. |
void |
reset()
Resets the SVGEventQueue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVGEventQueue()
| Method Detail |
|---|
public void reset()
public SVGEvent getNextEvent()
throws java.lang.InterruptedException
java.lang.InterruptedException - if another thread has interrupted this thread.public void handleEvent(SVGEvent theEvent)
theEvent - an instance of SVGEvent, or a
subclass of it.public void postEvent(SVGEvent theEvent)
theEvent - an instance of SVGEvent, or a
subclass of it.public SVGEvent peekEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||