Package globus.glsearch
Interface GLSearch.CustomObjectInfoCallback
- Enclosing class:
- GLSearch
public static interface GLSearch.CustomObjectInfoCallback
Callbacks for custom objects
- 
Method SummaryModifier and TypeMethodDescriptiongetCustomObjectCategory(Object object) Category of custom objectgetCustomObjectLocation(Object object) Location of custom object
- 
Method Details- 
getCustomObjectCategoryCategory of custom object- Parameters:
- object- custom object
- Returns:
- category of custom object
 
- 
getCustomObjectLocationLocation of custom object- Parameters:
- object- custom object
- Returns:
- location of custom object
 
 
-