${header}

meteor.util
Interface TimedClass

All Known Implementing Classes:
sendmessage

public interface TimedClass

This interface is implemented by all classes that require maintaining a timeout to trigger an event

Author:
Vincent Matossian

Method Summary
 void timeout()
           
 

Method Detail

timeout

public void timeout()

${header}