Uses of Class
lime.ReactionsOpDescriptor

Packages that use ReactionsOpDescriptor
lime   
 

Uses of ReactionsOpDescriptor in lime
 

Methods in lime with parameters of type ReactionsOpDescriptor
private  void LimeTSMgr.doInstReactsTo(ReactionsOpDescriptor opDesc)
           
private  void LimeTSMgr.doInstUponListener(ReactionsOpDescriptor opDesc)
          When a set of upon reactions are to be installed, each individual reaction can be remote, local, or broadcast.
private  void LimeTSMgr.doRemoveReactsTo(ReactionsOpDescriptor opDesc)
           
private  void LimeTSMgr.doRemoveUpon(ReactionsOpDescriptor opDesc)
          Uninstalling an array of upons has the same problem atomicity problmes as installing an array of reactions or upons.