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