|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.limitless.nmc.Client.MuLineEvent
public class MuLineEvent
This class provides a raw string from the MU and all interfaces needed in support of it. Each of these objects is Immutable!!!!!
| 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 |
|---|
private java.lang.String data
| Constructor Detail |
|---|
MuLineEvent(MuLineEvent.Source who,
java.lang.String data)
| Method Detail |
|---|
public java.lang.String getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||