com.bea.netuix.events
Interface WindowStateChangeEvent

All Superinterfaces
Event

public interface WindowStateChangeEvent
extends Event

Class to represent a state event for a portlet (i.e. an event handled by the tag <handlePortalEvent event="on[Minimize/Maximize/Normal]">).

This interface is intended to be implemented only by BEA Weblogic Portal. BEA Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Method Summary
 String getNewWindowState()
          Get the state to which the window has been changed.
 

Method Detail

getNewWindowState

String getNewWindowState()
Get the state to which the window has been changed.



Copyright © 2008 BEA Systems, Inc. All Rights Reserved