(incubating) | The Free and Open Productivity Suite
OOoRunner test harness

helper
Class WindowListener

helper.WindowListener

public class WindowListener

An own implementation of a XWindowListener


Field Summary
 boolean disposeTrigger
           
 boolean hiddenTrigger
           
 boolean movedTrigger
           
 boolean resizedTrigger
           
 boolean shownTrigger
           
 
Constructor Summary
WindowListener()
          Creates a new WindowListener
 
Method Summary
 void disposing(EventObject eventObject)
          The dispose event
 void resetTrigger()
          Reset all triggers to "not fired".
 void windowHidden(EventObject eventObject)
          The window hidden event
 void windowMoved(WindowEvent windowEvent)
          The window move event
 void windowResized(WindowEvent windowEvent)
          The window resize event
 void windowShown(EventObject eventObject)
          The window show event
 

Field Detail

hiddenTrigger

public boolean hiddenTrigger

movedTrigger

public boolean movedTrigger

resizedTrigger

public boolean resizedTrigger

shownTrigger

public boolean shownTrigger

disposeTrigger

public boolean disposeTrigger
Constructor Detail

WindowListener

public WindowListener()
Creates a new WindowListener
Method Detail

windowHidden

public void windowHidden(EventObject eventObject)
The window hidden event

windowMoved

public void windowMoved(WindowEvent windowEvent)
The window move event

windowResized

public void windowResized(WindowEvent windowEvent)
The window resize event

windowShown

public void windowShown(EventObject eventObject)
The window show event

disposing

public void disposing(EventObject eventObject)
The dispose event

resetTrigger

public void resetTrigger()
Reset all triggers to "not fired".

OOoRunner test harness

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.