Package muntjac :: Package ui :: Module window :: Class ICloseListener
[hide private]
[frames] | no frames]

Class ICloseListener

source code

object --+
         |
        ICloseListener
Known Subclasses:

An interface used for listening to Window close events. Add the ICloseListener to a browser level window or a sub window and ICloseListener.windowClose will be called whenever the user closes the window.

Removing windows using removeWindow does now fire the ICloseListener.

Instance Methods [hide private]
 
windowClose(self, e)
Called when the user closes a window.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

windowClose(self, e)

source code 

Called when the user closes a window. Use CloseEvent.getWindow to get a reference to the Window that was closed.

Parameters:
  • e - Event containing