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

Constructor Index

 o MUDTextEvent(Object, String)
Constructs a MUDTextEvent object with the specified source object and a line of text.

Method Index

 o getLine()
Gets the line of text associated with this event.

Constructors

 o 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

Methods

 o getLine
 public String getLine()
Gets the line of text associated with this event.


All Packages  Class Hierarchy  This Package  Previous  Next  Index