All Packages Class Hierarchy This Package Previous Next Index
Class org.mitre.cvw.mudsy.comm.MUDTextEvent
java.lang.Object
|
+----java.util.EventObject
|
+----org.mitre.cvw.mudsy.comm.MUDTextEvent
- public class MUDTextEvent
- extends EventObject
The MUD text event.
- See Also:
- MUDTextListener
-
MUDTextEvent(Object, String)
- Constructs a MUDTextEvent object with the specified source object
and a line of text.
-
getLine()
- Gets the line of text associated with this event.
MUDTextEvent
public MUDTextEvent(Object source,
String line)
- Constructs a MUDTextEvent object with the specified source object
and a line of text.
- Parameters:
- source - the object where the event originated
- line - the line of text received from the server
getLine
public String getLine()
- Gets the line of text associated with this event.
All Packages Class Hierarchy This Package Previous Next Index