|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.limitless.nmc.Client.MuckConnection.TestListener
private static class MuckConnection.TestListener
| Constructor Summary | |
|---|---|
MuckConnection.TestListener(MuLineEvent.Source what)
|
|
| Method Summary | |
|---|---|
void |
processConnect(MuLineEvent theEvent)
This is sent on connection to trigger re-inits in listeners (event holds just 'startup' and can be ignored) |
void |
processDisconnect(MuLineEvent theEvent)
This event is triggered when a connection is LOST |
void |
processLoginFails(MuLineEvent theEvent)
This event occurs when a login fails |
void |
processPrefixLine(MuLineEvent theEvent)
This is a prefix line from the MU |
void |
processReset(MuLineEvent theEvent)
This is a command that was requested but not sent and therefore will never have data returned from it. |
void |
processShutdownOfSource(MuLineEvent theEvent)
This happens when a shutdown() occurs and no further messages will follow. |
void |
processSuffixLine(MuLineEvent theEvent)
This is a suffix line from the MU. |
void |
processTextLine(MuLineEvent theEvent)
This is given a line of text from the MU that is not a suffix or prefix. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MuckConnection.TestListener(MuLineEvent.Source what)
| Method Detail |
|---|
public void processLoginFails(MuLineEvent theEvent)
MuLineEvent.Listener
processLoginFails in interface MuLineEvent.Listenerpublic void processShutdownOfSource(MuLineEvent theEvent)
MuLineEvent.Listener
processShutdownOfSource in interface MuLineEvent.Listenerpublic void processConnect(MuLineEvent theEvent)
MuLineEvent.Listener
processConnect in interface MuLineEvent.Listenerpublic void processTextLine(MuLineEvent theEvent)
MuLineEvent.Listener
processTextLine in interface MuLineEvent.Listenerpublic void processReset(MuLineEvent theEvent)
MuLineEvent.Listener
processReset in interface MuLineEvent.Listenerpublic void processPrefixLine(MuLineEvent theEvent)
MuLineEvent.Listener
processPrefixLine in interface MuLineEvent.Listenerpublic void processSuffixLine(MuLineEvent theEvent)
MuLineEvent.Listener
processSuffixLine in interface MuLineEvent.Listenerpublic void processDisconnect(MuLineEvent theEvent)
MuLineEvent.Listener
processDisconnect in interface MuLineEvent.Listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||