public abstract class ChannelListener<CT extends Channel> extends JacobObject
Channel
interface.Modifier | Constructor and Description |
---|---|
protected |
ChannelListener(CT channel) |
Modifier and Type | Method and Description |
---|---|
CT |
getChannel() |
java.util.Set<java.lang.reflect.Method> |
getImplementedMethods() |
protected org.slf4j.Logger |
log() |
java.util.Set<ChannelListener> |
or(ChannelListener other) |
java.util.Set<ChannelListener> |
or(java.util.Set<ChannelListener> other) |
void |
setChannel(CT channel) |
java.lang.String |
toString()
Get a description of the object for debugging purposes.
|
getClassName, getExtension, getMethod, importChannel, instance, newChannel, newChannel, object, object, object, object, replication, replication
protected ChannelListener(CT channel) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public CT getChannel()
public void setChannel(CT channel)
public java.util.Set<ChannelListener> or(ChannelListener other)
public java.util.Set<ChannelListener> or(java.util.Set<ChannelListener> other)
public java.util.Set<java.lang.reflect.Method> getImplementedMethods()
getImplementedMethods
in class JacobObject
public java.lang.String toString()
toString
in class JacobObject
protected org.slf4j.Logger log()