org.nukesoft.core
Class IM

java.lang.Object
  |
  +--org.nukesoft.core.IM

public class IM
extends Object

The IM class is a transport class that embodies an instant message.

Author:
Ryan Michela

Field Summary
 String message
          The IM body.
 String screenName
          The screen name that this message is attached to.
 
Constructor Summary
IM(String screenName, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

screenName

public String screenName
The screen name that this message is attached to.


message

public String message
The IM body.

Constructor Detail

IM

public IM(String screenName,
          String message)