org.jboss.portal.theme.strategy
Class NavigationalStateChangedEvent

java.lang.Object
  extended byorg.jboss.portal.theme.strategy.StrategyEvent
      extended byorg.jboss.portal.theme.strategy.NavigationalStateChangedEvent

public class NavigationalStateChangedEvent
extends StrategyEvent


Constructor Summary
NavigationalStateChangedEvent(WindowContext target, Mode mode, WindowState windowState)
           
 
Method Summary
 Mode getNewPortletMode()
           
 WindowState getNewWindowState()
           
 WindowContext getTargetWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationalStateChangedEvent

public NavigationalStateChangedEvent(WindowContext target,
                                     Mode mode,
                                     WindowState windowState)
Method Detail

getTargetWindow

public WindowContext getTargetWindow()

getNewPortletMode

public Mode getNewPortletMode()

getNewWindowState

public WindowState getNewWindowState()