Uses of Interface
com.maverick.events.EventListener

Packages that use EventListener
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. 
 

Uses of EventListener in com.maverick.events
 

Methods in com.maverick.events with parameters of type EventListener
 void EventService.addListener(java.lang.String threadPrefix, EventListener listener)
          Add a MaverickListener to the list of objects that will be sent MaverickEvents.
 void EventServiceImplementation.addListener(java.lang.String threadPrefix, EventListener listener)
          Add a J2SSH Listener to the list of listeners that will be sent events
 

Uses of EventListener in com.maverick.ssh
 

Methods in com.maverick.ssh with parameters of type EventListener
static void SshConnector.addEventListener(EventListener listener)
           
static void SshConnector.addEventListener(java.lang.String threadPrefix, EventListener listener)
           
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.