Package net.handle.hdllib
Interface ScanCallback
public interface ScanCallback
Callback for objects that want to be able to scan all of the handles
in a HandleStorage instance.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
scanHandle
(byte[] handle) process the specified handle (sent in utf8 format)
-
Method Details
-
scanHandle
process the specified handle (sent in utf8 format)- Throws:
HandleException
-