Interface Inbound
-
- All Superinterfaces:
Component,Implementor
- All Known Implementing Classes:
AbstractInbound
public interface Inbound extends Component
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEventListener(InboundEventListener listener)voidonShutdown()voidonStart()voidremoveEventListener()-
Methods inherited from interface de.codecentric.reedelk.runtime.api.component.Implementor
dispose, initialize
-
-
-
-
Method Detail
-
onStart
void onStart()
-
onShutdown
void onShutdown()
-
removeEventListener
void removeEventListener()
-
addEventListener
void addEventListener(InboundEventListener listener)
-
-