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

Method Summary
 void handleEvent(LayoutEvent event)
          Invoked anytime a LayoutEvent is dispatched.
 

Method Detail

handleEvent

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-2007 Apache Software Foundation. All Rights Reserved.