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


public interface ConnectionListener

A listener for basic Gerrit connection status.

Author:
Robert Sandell <robert.sandell@sonyericsson.com>

Method Summary
 void connectionDown()
          Called when a connection has failed.
 void connectionEstablished()
          Called when a connection has been established.
 

Method Detail

connectionEstablished

void connectionEstablished()
Called when a connection has been established. This call will be done for every successful attempt to connect.


connectionDown

void connectionDown()
Called when a connection has failed. This call will be done for every failed attempt to connect.



Copyright © 2004-2012 Hudson. All Rights Reserved.