public interface ConduitListener<T extends Conduit> extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(T channel)
Handle the event on this conduit.
|
void handleEvent(T channel)
channel
- the channel eventCopyright © 2017 JBoss by Red Hat. All rights reserved.