org.jboss.portal.api.node.event
Class WindowEvent

java.lang.Object
  extended by org.jboss.portal.api.event.PortalEvent
      extended by org.jboss.portal.api.node.event.PortalNodeEvent
          extended by org.jboss.portal.api.node.event.WindowEvent
Direct Known Subclasses:
WindowActionEvent, WindowNavigationEvent, WindowRenderEvent

public abstract class WindowEvent
extends PortalNodeEvent

Base class for window events.

Author:
Julien Viet

Field Summary
protected  Mode mode
          .
protected  WindowState windowState
          .
 
Fields inherited from class org.jboss.portal.api.node.event.PortalNodeEvent
node
 
Constructor Summary
WindowEvent(PortalNode node)
           
 
Method Summary
 Mode getMode()
           
 WindowState getWindowState()
           
 void setMode(Mode mode)
           
 void setWindowState(WindowState windowState)
           
 
Methods inherited from class org.jboss.portal.api.node.event.PortalNodeEvent
getNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

protected Mode mode
.


windowState

protected WindowState windowState
.

Constructor Detail

WindowEvent

public WindowEvent(PortalNode node)
            throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

getMode

public Mode getMode()

setMode

public void setMode(Mode mode)

getWindowState

public WindowState getWindowState()

setWindowState

public void setWindowState(WindowState windowState)