sidnet.core.misc
Interface TimerInterface

All Superinterfaces:
JistAPI.Proxiable, JistAPI.Timeless

public interface TimerInterface
extends JistAPI.Proxiable


Method Summary
 void cancel()
           
 void startTimer(double wtime)
           
 void timeout()
           
 

Method Detail

startTimer

void startTimer(double wtime)

cancel

void cancel()

timeout

void timeout()