com.extjs.gxt.ui.client.event
Class WindowManagerEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.WindowManagerEvent

public class WindowManagerEvent
extends BaseEvent


Field Summary
 WindowManager manager
          The window manager.
 Window window
          The window.
 
Constructor Summary
WindowManagerEvent(WindowManager manager)
           
WindowManagerEvent(WindowManager manager, Window window)
           
 
Method Summary
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

public WindowManager manager
The window manager.


window

public Window window
The window.

Constructor Detail

WindowManagerEvent

public WindowManagerEvent(WindowManager manager)

WindowManagerEvent

public WindowManagerEvent(WindowManager manager,
                          Window window)