org.nukesoft.bot2.core
Class IM
java.lang.Object
|
+--org.nukesoft.bot2.core.IM
- public class IM
- extends Object
The IM class is a transport class that embodies an instant message.
- Author:
- Ryan Michela
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
screenName
public String screenName
- The screen name that this message is attached to.
message
public String message
- The IM body.
IM
public IM(String screenName,
String message)