cz.cuni.amis.utils.future
Interface IFutureListener<RESULT>

All Superinterfaces:
java.util.EventListener

public interface IFutureListener<RESULT>
extends java.util.EventListener


Method Summary
 void futureEvent(FutureWithListeners<RESULT> source, FutureStatus oldStatus, FutureStatus newStatus)
           
 

Method Detail

futureEvent

void futureEvent(FutureWithListeners<RESULT> source,
                 FutureStatus oldStatus,
                 FutureStatus newStatus)