coordination
Interface Condition


public interface Condition

Interface for pre-conditions that are passed to guardedEntry methods of Coordinator. Conditions should be passed as anonymous classes that simply implement the checkit method.


Method Summary
 boolean checkit()
           This method is called automatically by Coordinator.guardedEntry(...) and it's called everytime the coordination state changes.
 

Method Detail

checkit

public boolean checkit()
This method is called automatically by Coordinator.guardedEntry(...) and it's called everytime the coordination state changes.