org.browsecode.helpers.eventqueue
Interface DoQueuedHandler<T>


public interface DoQueuedHandler<T>


Method Summary
 void doThisNow(T toDo)
           
 

Method Detail

doThisNow

void doThisNow(T toDo)