Package | Description |
---|---|
com.maverick.events | |
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<EventListener> |
EventServiceImplementation.globalListeners |
protected Hashtable<String,EventListener> |
EventServiceImplementation.keyedListeners |
Modifier and Type | Method and Description |
---|---|
void |
EventServiceImplementation.addListener(EventListener listener) |
void |
EventService.addListener(EventListener listener)
Add an EventListener to the list of objects that will be sent Events.
|
void |
EventServiceImplementation.addListener(String threadPrefix,
EventListener listener)
Deprecated.
keyed listener support based on thread name/prefix will be removed in the next major release.
|
void |
EventService.addListener(String threadPrefix,
EventListener listener)
Add an EventListener to the list of objects that will be sent Events.
|
void |
EventServiceImplementation.removeListener(EventListener listener) |
void |
EventService.removeListener(EventListener listener)
Remove an EventListener
|
Modifier and Type | Method and Description |
---|---|
static void |
SshConnector.addEventListener(EventListener listener) |
static void |
SshConnector.addEventListener(String threadPrefix,
EventListener listener) |
Copyright © 2024. All rights reserved.