gov.aps.jca.event
Interface ContextExceptionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DefaultContextExceptionListener

public interface ContextExceptionListener
extends java.util.EventListener

The listener interface for receiving ContextExceptionEvents.

See Also:
Context

Method Summary
 void contextException(ContextExceptionEvent ev)
           
 

Method Detail

contextException

public void contextException(ContextExceptionEvent ev)