org.alicebot.server.core.util
Interface Pulse

All Known Implementing Classes:
IAmAlivePulse

public interface Pulse

A Pulse does something (anything) at a regular interval to indicate that the bot is alive.

Author:
Noel Bush

Method Summary
 void emit()
          Emit can do anything you want it to.
 

Method Detail

emit

void emit()
Emit can do anything you want it to. It will be called at a regular interval.