public interface SshEventListener
A SshEventListener listens for events that are issued by the ssh package.
Currently this class is being used in Kepler by the Provenance Recorder to be notified when an ssh session is established to a remote host.
SshEvent
Modifier and Type | Method and Description |
---|---|
void |
sshEvent(SshEvent event)
Report an ssh activity.
|