Colt 1.0.2

edu.oswego.cs.dl.util.concurrent
Interface ObservableSync.SyncObserver

Enclosing class:
ObservableSync

public static interface ObservableSync.SyncObserver

Interface for objects that observe ObservableSyncs.


Method Summary
 void onAcquire(Object arg)
          Method called upon acquire or successful attempt of Sync
 void onRelease(Object arg)
          Method called upon release of Sync.
 

Method Detail

onAcquire

public void onAcquire(Object arg)
Method called upon acquire or successful attempt of Sync

onRelease

public void onRelease(Object arg)
Method called upon release of Sync.

Colt 1.0.2

Submit a bug or feature. Check the Colt home page for the latest news.