org.alicebot.server.core.util
Class IAmAlivePulse

java.lang.Object
  extended by org.alicebot.server.core.util.IAmAlivePulse
All Implemented Interfaces:
Pulse

public class IAmAlivePulse
extends java.lang.Object
implements Pulse

Prints the message "I am alive!" to the console.

Author:
Noel Bush

Constructor Summary
IAmAlivePulse()
           
 
Method Summary
 void emit()
          Prints the message "I am alive!" to the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAmAlivePulse

public IAmAlivePulse()
Method Detail

emit

public void emit()
Prints the message "I am alive!" to the console.

Specified by:
emit in interface Pulse