|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.extensions.jfcunit.WindowMonitor.WindowEventItem
WindowEventItem is the basic type that handles the queue for queueWindowEvent and the DispatchThread.
Field Summary | |
private java.awt.event.WindowEvent |
m_event
Event to be processed by the dispatch thread. |
private WindowMonitor.WindowEventItem |
m_next
Next event item to be processed. |
Constructor Summary | |
(package private) |
WindowMonitor.WindowEventItem(java.awt.event.WindowEvent evt)
Constructor. |
Method Summary | |
java.awt.event.WindowEvent |
getEvent()
Get the event. |
WindowMonitor.WindowEventItem |
getNext()
Get the next entry. |
void |
setNext(WindowMonitor.WindowEventItem n)
Set the next entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.awt.event.WindowEvent m_event
private WindowMonitor.WindowEventItem m_next
Constructor Detail |
WindowMonitor.WindowEventItem(java.awt.event.WindowEvent evt)
evt
- Event to construct the queue item for.Method Detail |
public java.awt.event.WindowEvent getEvent()
public void setNext(WindowMonitor.WindowEventItem n)
n
- next item.public WindowMonitor.WindowEventItem getNext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |