org.limitless.nmc.Client
Class MuLineEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.limitless.nmc.Client.MuLineEvent
All Implemented Interfaces:
java.io.Serializable

public class MuLineEvent
extends java.util.EventObject

This class provides a raw string from the MU and all interfaces needed in support of it. Each of these objects is Immutable!!!!!

See Also:
Serialized Form

Nested Class Summary
static interface MuLineEvent.Listener
          This describes the methods that will be invoked and given MuLineEvents.
static interface MuLineEvent.Source
          This describes the source of MuLineEvents.
 
Field Summary
private  java.lang.String data
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MuLineEvent(MuLineEvent.Source who, java.lang.String data)
           
 
Method Summary
 java.lang.String getData()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

data

private java.lang.String data
Constructor Detail

MuLineEvent

MuLineEvent(MuLineEvent.Source who,
            java.lang.String data)
Method Detail

getData

public java.lang.String getData()


Copyright © 1995, 2004 Limitless Knowledge Association, All Rights Reserved.