org.apache.jetspeed.portlets.layout
Class PageLayoutEventListener

java.lang.Object
  extended by org.apache.jetspeed.portlets.layout.PageLayoutEventListener
All Implemented Interfaces:
LayoutEventListener

public class PageLayoutEventListener
extends java.lang.Object
implements LayoutEventListener


Constructor Summary
PageLayoutEventListener(java.lang.String layoutType)
           
 
Method Summary
 void handleEvent(LayoutEvent event)
          Invoked anytime a LayoutEvent is dispatched.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLayoutEventListener

public PageLayoutEventListener(java.lang.String layoutType)
Method Detail

handleEvent

public void handleEvent(LayoutEvent event)
                 throws LayoutEventException
Description copied from interface: LayoutEventListener
Invoked anytime a LayoutEvent is dispatched.

Specified by:
handleEvent in interface LayoutEventListener
Parameters:
event - LayoutEvent that has been dispatched.
Throws:
LayoutEventException - if an error occurs will processing the event.


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.