org.apache.jetspeed.portlets.layout
Interface LayoutEventListener
- All Known Implementing Classes:
- PageManagerLayoutEventListener
- public interface LayoutEventListener
Interface to be implemented by classes that want to handle
LayoutEvents
- Author:
- Scott T. Weaver
- See Also:
LayoutEvent
,
ColumnLayout
handleEvent
public void handleEvent(LayoutEvent event)
throws LayoutEventException
- Invoked anytime a LayoutEvent is dispatched.
- Parameters:
event
- LayoutEvent that has been dispatched.
- Throws:
LayoutEventException
- if an error occurs will processing the event.
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.