org.aitools.programd.util
Class IAmAlivePulse
java.lang.Object
org.aitools.programd.util.IAmAlivePulse
- All Implemented Interfaces:
- Pulse
public class IAmAlivePulse
- extends Object
- implements Pulse
Prints the message "I am alive!" to the console/log.
- Author:
- Noel Bush
|
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 |
IAmAlivePulse
public IAmAlivePulse()
emit
public void emit()
- Prints the message "I am alive!" to the console.
- Specified by:
emit in interface Pulse