|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.enderak.procol.common.util.ErrorHandler | +--com.enderak.procol.client.util.ClientErrorHandler
Handles error messages received from the server
Constructor Summary | |
ClientErrorHandler(ProColClient clientIn)
Create the ClientErrorHandler |
Method Summary | |
void |
handleMessage(ProColIncomingMessage message)
Handles the error message |
Methods inherited from class com.enderak.procol.common.util.ErrorHandler |
addErrorMessage, run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientErrorHandler(ProColClient clientIn)
clientIn
- The client this handler is associatedMethod Detail |
public void handleMessage(ProColIncomingMessage message)
handleMessage
in class ErrorHandler
message
- The message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |