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 Type
    Method
    Description
    void
    scanHandle(byte[] handle)
    process the specified handle (sent in utf8 format)
  • Method Details