Interface Trie.ITrieHandler

All Known Implementing Classes:
XSub.SendSubscription
Enclosing class:
Trie

public static interface Trie.ITrieHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    added(byte[] data, int size, Pipe arg)
     
  • Method Details

    • added

      void added(byte[] data, int size, Pipe arg)