Interface TransportErrorSource
-
- All Known Implementing Classes:
JMSListener,MailTransportListener,TransportErrorSourceSupport
public interface TransportErrorSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddErrorListener(TransportErrorListener listener)voidremoveErrorListener(TransportErrorListener listener)
-
-
-
Method Detail
-
addErrorListener
void addErrorListener(TransportErrorListener listener)
-
removeErrorListener
void removeErrorListener(TransportErrorListener listener)
-
-