Uses of Interface
bcds.phison.NullaryProc

Packages that use NullaryProc
bcds.phison.sim This package comprises the simulator and several processing modules. 
 

Uses of NullaryProc in bcds.phison.sim
 

Methods in bcds.phison.sim with parameters of type NullaryProc
 void SimCore.enqueueCall(int clock, NullaryProc procedure)
          Inserts an event that will provoke that the procedure's run() method be called at time clock.