Interface GatewayInterface.GatewayExceptionMonitor
- 
- All Superinterfaces:
- java.util.EventListener
 - All Known Implementing Classes:
- AbstractGatewayConnection,- ClientGatewayConnection,- DesignerGatewayConnection
 - Enclosing class:
- GatewayInterface
 
 public static interface GatewayInterface.GatewayExceptionMonitor extends java.util.EventListenerUsed to allow the GatewayConnectionManager to monitor the kinds of exceptions that are being thrown from the gateway.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyGatewayException(GatewayException ex)
 
- 
- 
- 
Method Detail- 
notifyGatewayExceptionvoid notifyGatewayException(GatewayException ex) 
 
- 
 
-