com.enderak.procol.client.util
Class ClientErrorHandler

java.lang.Object
  |
  +--com.enderak.procol.common.util.ErrorHandler
        |
        +--com.enderak.procol.client.util.ClientErrorHandler
All Implemented Interfaces:
java.lang.Runnable

public class ClientErrorHandler
extends ErrorHandler

Handles error messages received from the server

Author:
Justin Dieters

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

ClientErrorHandler

public ClientErrorHandler(ProColClient clientIn)
Create the ClientErrorHandler

Parameters:
clientIn - The client this handler is associated
Method Detail

handleMessage

public void handleMessage(ProColIncomingMessage message)
Handles the error message

Overrides:
handleMessage in class ErrorHandler
Parameters:
message - The message