All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface connection.ExceptionObserver

public interface ExceptionObserver
This interface needs to be implemented if a class wants to observe exceptions that occure on socket actions (e.g., when the process on the other end of the socket has terminated). Observer registration is done to ConnectionManager.

Version:
0.30, 1998/04/01
Author:
FRED development team, Antti Viljamaa
See Also:
ConnectionManager

Method Index

 o exceptionOccured(Exception)
This callback function is invoked by ConnectionManager if an exception occurs during a socket action.

Methods

 o exceptionOccured
 public abstract void exceptionOccured(Exception e)
This callback function is invoked by ConnectionManager if an exception occurs during a socket action.


All Packages  Class Hierarchy  This Package  Previous  Next  Index