Interface SensorUser

All Superinterfaces:
MsgHandler
All Known Implementing Classes:
SensorCircToken

public interface SensorUser
extends MsgHandler


Method Summary
 void globalPredicateFalse(int pid)
           
 void globalPredicateTrue(int[] G)
           
 
Methods inherited from interface MsgHandler
handleMsg, receiveMsg
 

Method Detail

globalPredicateTrue

public void globalPredicateTrue(int[] G)

globalPredicateFalse

public void globalPredicateFalse(int pid)