com.cafesoft.core.message
Interface ConnectionExceptionListener


public interface ConnectionExceptionListener

Defines a method to handle ConnectionExceptions that are thrown by the Connection object.

Since:
4/1/02

Method Summary
 void handleException(ConnectionException exception)
          Handle the exception that was fired to the listener.
 

Method Detail

handleException

public void handleException(ConnectionException exception)
Handle the exception that was fired to the listener.

Parameters:
exception - the exception that was thrown by the Connection


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.