Uses of Interface
com.sonyericsson.hudson.plugins.gerrit.gerritevents.ConnectionListener

Packages that use ConnectionListener
com.sonyericsson.hudson.plugins.gerrit.gerritevents   
 

Uses of ConnectionListener in com.sonyericsson.hudson.plugins.gerrit.gerritevents
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents that return types with arguments of type ConnectionListener
 Collection<ConnectionListener> GerritHandler.removeAllConnectionListeners()
          Removes all connection listeners and returns those who where removed.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents with parameters of type ConnectionListener
 boolean GerritHandler.addListener(ConnectionListener listener)
          Add a ConnectionListener to the list of listeners.
 void GerritHandler.removeListener(ConnectionListener listener)
          Removes a ConnectionListener from the list of listeners.
 

Method parameters in com.sonyericsson.hudson.plugins.gerrit.gerritevents with type arguments of type ConnectionListener
 void GerritHandler.addConnectionListeners(Collection<? extends ConnectionListener> listeners)
          Add all ConnectionListeners to the list of listeners.
 void GerritHandler.addConnectionListeners(Map<Integer,ConnectionListener> listeners)
          Deprecated.  
 



Copyright © 2004-2012 Hudson. All Rights Reserved.