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

java.lang.Object
  extended byorg.jboss.portal.api.node.event.PortalNodeEvent
      extended byorg.jboss.portal.api.node.event.WindowEvent
          extended byorg.jboss.portal.api.node.event.WindowNavigationEvent

public class WindowNavigationEvent
extends WindowEvent


Field Summary
 
Fields inherited from class org.jboss.portal.api.node.event.WindowEvent
mode, windowState
 
Fields inherited from class org.jboss.portal.api.node.event.PortalNodeEvent
node
 
Constructor Summary
WindowNavigationEvent(PortalNode node)
           
 
Methods inherited from class org.jboss.portal.api.node.event.WindowEvent
getMode, getWindowState, setMode, setWindowState
 
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
 

Constructor Detail

WindowNavigationEvent

public WindowNavigationEvent(PortalNode node)