uk.ac.ncl.cs.instantsoap.queue
Interface LoggingQueue.Listener<T>

Enclosing class:
LoggingQueue<T>

public static interface LoggingQueue.Listener<T>

A Listener that is informed when things are submitted to or completed by the list.

Author:
Matthew Pocock, Lewis

Method Summary
 void completed(T ticket, Date completedTime)
           
 void submitted(T ticket, Date submittedTime)
           
 

Method Detail

submitted

void submitted(T ticket,
               Date submittedTime)

completed

void completed(T ticket,
               Date completedTime)


Copyright © 2006-2008. All Rights Reserved.