Package com.cbe.delegate
Class SearchGroupsDelegate
java.lang.Object
com.cbe.delegate.SearchGroupsDelegate
Delegate class for the asynchronous version of method:
 
-  cbe::GroupManager::searchGroups()
 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()voidfinalize()static longvoidonSearchGroupsError(Error error, Context context) Called if an error is encountered.voidonSearchGroupsSuccess(GroupQueryResult queryResult) Called upon successful search.voidvoidvoidswigSetCMemOwn(boolean own) void
- 
Constructor Details- 
SearchGroupsDelegatepublic SearchGroupsDelegate(long cPtr, boolean cMemoryOwn) 
- 
SearchGroupsDelegatepublic SearchGroupsDelegate()
 
- 
- 
Method Details- 
getCPtr
- 
swigSetCMemOwnpublic void swigSetCMemOwn(boolean own) 
- 
finalizepublic void finalize()
- 
deletepublic void delete()
- 
swigDirectorDisconnectpublic void swigDirectorDisconnect()
- 
swigReleaseOwnershippublic void swigReleaseOwnership()
- 
swigTakeOwnershippublic void swigTakeOwnership()
- 
onSearchGroupsSuccessCalled upon successful search.- Parameters:
- queryResult- Ref. instance of cbe::GroupQueryResult holding the result of
 the search.
 
- 
onSearchGroupsErrorCalled if an error is encountered.
 
-