org.guvnor.tools
Interface GuvnorLocationManager.IRepositorySetListener

Enclosing class:
GuvnorLocationManager

public static interface GuvnorLocationManager.IRepositorySetListener


Field Summary
static int REP_ADDED
           
static int REP_REMOVED
           
 
Method Summary
 void repositorySetChanged(int type, List<GuvnorRepository> repList)
           
 

Field Detail

REP_ADDED

static final int REP_ADDED
See Also:
Constant Field Values

REP_REMOVED

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

repositorySetChanged

void repositorySetChanged(int type,
                          List<GuvnorRepository> repList)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.