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

void onBegin(PortletInvocationEvent event)

onEnd

void onEnd(PortletInvocationEvent event)

onError

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


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