Public Member Functions | |
BasicInterestListener (CCNBase interestProvider) | |
void | cancelInterest (Interest interest) throws IOException |
Protected Attributes | |
Set< Interest > | _interests = new TreeSet<Interest>() |
Interest must implement Comparable. | |
CCNBase | _interestProvider = null |
This allows the same basic class to handle interests expressed at the CCNHandle level or directly to a CCNRepository. |