
public interface Source<T extends Event<T,?,S>,S extends Enum<S>> extends SourceLocal<T>, SourceRemote<T>, EnumType<S>, Closeable
Events.| 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)
 | 
onLocalonRemotevoid close()
Closeable.close() so that it doesn't throw an exception.close in interface AutoCloseableclose in interface Closeable