package uk.ac.ic.wlgitbridge.data;

/*
 * Created by Winston on 21/02/15.
 */
public interface LockAllWaiter {

  void threadsRemaining(int threads);
}
