junit.extensions.jfcunit
Class WindowMonitor.WindowEventItem

java.lang.Object
  extended byjunit.extensions.jfcunit.WindowMonitor.WindowEventItem
Enclosing class:
WindowMonitor

private static class WindowMonitor.WindowEventItem
extends java.lang.Object

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

m_event

private java.awt.event.WindowEvent m_event
Event to be processed by the dispatch thread.


m_next

private WindowMonitor.WindowEventItem m_next
Next event item to be processed. Null if no more.

Constructor Detail

WindowMonitor.WindowEventItem

WindowMonitor.WindowEventItem(java.awt.event.WindowEvent evt)
Constructor.

Parameters:
evt - Event to construct the queue item for.
Method Detail

getEvent

public java.awt.event.WindowEvent getEvent()
Get the event.

Returns:
the event.

setNext

public void setNext(WindowMonitor.WindowEventItem n)
Set the next entry.

Parameters:
n - next item.

getNext

public WindowMonitor.WindowEventItem getNext()
Get the next entry.

Returns:
WindowEventItem next item.


Licensed under: GNU Lesser General Public License, Ver 2.1, February 1999