com.deltax.util.listener
Interface SignalSource
- All Known Implementing Classes:
- BaseSignalSource
- public interface SignalSource
Classes implementing this interface declare can be programmatically recognized as
sources of signals
and declare whether or not they
support exception signals
.
- Version:
- 1.0
- Author:
- Cristiano Sadun
supportsExceptionSignals
public boolean supportsExceptionSignals()
- Return true if the source notifies exceptions via
exception signals
.
- Returns:
- true if the source notifies exceptions via
exception signals
.