sidnet.core.misc
Interface ProxiableTimerInterface

All Superinterfaces:
JistAPI.Proxiable, JistAPI.Timeless

public interface ProxiableTimerInterface
extends JistAPI.Proxiable


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

Method Detail

timeout

void timeout()

startTimer

void startTimer(double wtime)

cancel

void cancel()