org.sonar.ide.shared
Interface DefaultServerManager.IServerSetListener

Enclosing class:
DefaultServerManager

public static interface DefaultServerManager.IServerSetListener


Field Summary
static int SERVER_ADDED
           
static int SERVER_EDIT
           
static int SERVER_REMOVED
           
 
Method Summary
 void serverSetChanged(int type, List<org.sonar.wsclient.Host> serverList)
           
 

Field Detail

SERVER_ADDED

static final int SERVER_ADDED
See Also:
Constant Field Values

SERVER_EDIT

static final int SERVER_EDIT
See Also:
Constant Field Values

SERVER_REMOVED

static final int SERVER_REMOVED
See Also:
Constant Field Values
Method Detail

serverSetChanged

void serverSetChanged(int type,
                      List<org.sonar.wsclient.Host> serverList)


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.