public interface Source<T extends Event<T,?,S>,S extends Enum<S>> extends SourceLocal<T>, SourceRemote<T>, EnumType<S>, Closeable
Event
s.Modifier and Type | Method and Description |
---|---|
void |
close()
Overrides
Closeable.close() so that it doesn't throw an exception. |
Handler<T> |
getHandler()
|
void |
setHandler(Handler<T> handler)
|
onLocal
onRemote
void close()
Closeable.close()
so that it doesn't throw an exception.close
in interface AutoCloseable
close
in interface Closeable