jas.util.rmi
Interface Preemptable

All Known Subinterfaces:
Preemptable

public interface Preemptable

An interface to be implemented by events which can be preempted by a later event. If a queued event is preempted it is no longer necessary to deliver it.


Method Summary
 boolean preemptedBy(java.lang.Object x)
           
 

Method Detail

preemptedBy

public boolean preemptedBy(java.lang.Object x)