to.etc.webapp.pendingoperations
Interface IPendingOperationListener


public interface IPendingOperationListener

Interface which can be used to listen to events on the pending operation queue.

Author:
Frits Jalvingh Created on May 24, 2010

Method Summary
 void afterOperation(PendingOperation po, java.lang.Throwable errx)
           
 void beforeOperation(PendingOperation po)
           
 

Method Detail

beforeOperation

void beforeOperation(PendingOperation po)
                     throws java.lang.Exception
Throws:
java.lang.Exception

afterOperation

void afterOperation(PendingOperation po,
                    java.lang.Throwable errx)
                    throws java.lang.Exception
Throws:
java.lang.Exception