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 void
addErrorListener(TransportErrorListener listener)
void
removeErrorListener(TransportErrorListener listener)
-
-
-
Method Detail
-
addErrorListener
void addErrorListener(TransportErrorListener listener)
-
removeErrorListener
void removeErrorListener(TransportErrorListener listener)
-
-