|
WebSphere Portal 4.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The WindowListener interface is an addition to the
Portlet interface. If an object wishes to receive events from a
portlet window, this interface has to be implemented additionally to the
Portlet interface.
WindowEvent| Method Summary | |
void |
windowClosed(WindowEvent event)
Notifies this listener that a portlet window has been closed. |
void |
windowClosing(WindowEvent event)
Notifies this listener that a portlet window is about to be closed. |
void |
windowDetached(WindowEvent event)
Notifies this listener that a portlet window has been detached. |
void |
windowMaximized(WindowEvent event)
Notifies this listener that a portlet window has been maximized. |
void |
windowMinimized(WindowEvent event)
Notifies this listener that a portlet window has been minimized. |
void |
windowRestored(WindowEvent event)
Notifies this listener that a portlet window has been restored from being minimized or maximized, respectively. |
| Method Detail |
public void windowDetached(WindowEvent event)
throws PortletException
event - the window eventPortletException - if the listener has trouble fulfilling the
request
public void windowMaximized(WindowEvent event)
throws PortletException
event - the window eventPortletException - if the listener has trouble fulfilling the
request
public void windowMinimized(WindowEvent event)
throws PortletException
event - the window eventPortletException - if the listener has trouble fulfilling the
request
public void windowClosing(WindowEvent event)
throws PortletException
event - the window eventPortletException - if the listener has trouble fulfilling the
request
public void windowClosed(WindowEvent event)
throws PortletException
event - the window eventPortletException - if the listener has trouble fulfilling the
request
public void windowRestored(WindowEvent event)
throws PortletException
event - the window eventPortletException - if the listener has trouble fulfilling the
request
|
WebSphere Portal 4.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||