Package net.handle.hdllib
Interface ScanCallback
- 
public interface ScanCallbackCallback for objects that want to be able to scan all of the handles in a HandleStorage instance. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscanHandle(byte[] handle)process the specified handle (sent in utf8 format) 
 - 
 
- 
- 
Method Detail
- 
scanHandle
void scanHandle(byte[] handle) throws HandleExceptionprocess the specified handle (sent in utf8 format)- Throws:
 HandleException
 
 - 
 
 -