org.apache.pluto.spi.optional
Interface PortletInvocationListener


public interface PortletInvocationListener


Method Summary
 void onBegin(PortletInvocationEvent event)
           
 void onEnd(PortletInvocationEvent event)
           
 void onError(PortletInvocationEvent event, java.lang.Throwable error)
           
 

Method Detail

onBegin

public void onBegin(PortletInvocationEvent event)

onEnd

public void onEnd(PortletInvocationEvent event)

onError

public void onError(PortletInvocationEvent event,
                    java.lang.Throwable error)


Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.