org.eclipse.cosmos.dc.common.spi
Interface ComponentListener
- All Known Implementing Classes:
- InboundDataContext
public interface ComponentListener
|
Method Summary |
void |
event(int id,
java.lang.Object component)
|
void |
event(int id,
java.lang.Object component,
java.lang.Object parm)
|
void |
event(int id,
java.lang.Object component,
java.lang.Throwable t)
|
NORMAL_COMPLETION
static final int NORMAL_COMPLETION
- See Also:
- Constant Field Values
ABNORMAL_COMPLETION
static final int ABNORMAL_COMPLETION
- See Also:
- Constant Field Values
START_CAPTURE
static final int START_CAPTURE
- See Also:
- Constant Field Values
STOP_CAPTURE
static final int STOP_CAPTURE
- See Also:
- Constant Field Values
event
void event(int id,
java.lang.Object component)
event
void event(int id,
java.lang.Object component,
java.lang.Object parm)
event
void event(int id,
java.lang.Object component,
java.lang.Throwable t)