Synergy Home Page

au.edu.swin.synergy.plugin.userman
Class BUserMan.WindowListener

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.mod13.bwt.BWindowAdapter
        |
        +--au.edu.swin.synergy.plugin.userman.BUserMan.WindowListener

public class BUserMan.WindowListener
extends BWindowAdapter

Listens for the crud user manager window closing. When it's closed it will be set to null.


Constructor Summary
BUserMan.WindowListener()
           
 
Method Summary
 void windowClosed(BWindowEvent windowEvent)
          Called when the CRUDUserManager is closed.
 
Methods inherited from class au.edu.swin.synergy.plugin.mod13.bwt.BWindowAdapter
windowActivated, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BUserMan.WindowListener

public BUserMan.WindowListener()
Method Detail

windowClosed

public void windowClosed(BWindowEvent windowEvent)
Called when the CRUDUserManager is closed. This will set the variable to null so that we don't refer to it again.
Parameters:
windowEvent - The event fired when the window is closed
Overrides:
windowClosed in class BWindowAdapter

Synergy Home Page