jGCS Documentation

net.sf.jgcs
Interface ExceptionListener


public interface ExceptionListener

This class defines a ExceptionListener. This listener must be used to receive exceptions that could occour on message reception.

Version:
1.0
Author:
Nuno Carvalho

Method Summary
 void onException(JGCSException exception)
          Notification of an exception that occurred when the underlying implementation was receiving a message.
 

Method Detail

onException

void onException(JGCSException exception)
Notification of an exception that occurred when the underlying implementation was receiving a message.

Parameters:
exception - the exception.

jGCS Documentation

Copyright (c) 2006, Universidade de Lisboa
For updates and related information please see jGCS home page