|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MuLineEvent.Listener
This describes the methods that will be invoked and given MuLineEvents.
| 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. |
| Method Detail |
|---|
void processTextLine(MuLineEvent theEvent)
void processPrefixLine(MuLineEvent theEvent)
void processSuffixLine(MuLineEvent theEvent)
void processReset(MuLineEvent theEvent)
void processConnect(MuLineEvent theEvent)
void processDisconnect(MuLineEvent theEvent)
void processLoginFails(MuLineEvent theEvent)
void processShutdownOfSource(MuLineEvent theEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||