Public Member Functions | |
Interest | handleContent (ContentObject data, Interest interest) |
Callback called when we get new results for our query. |
Interest org.ccnx.ccn.test.impl.NetworkTest.CancelTestContentHandler.handleContent | ( | ContentObject | data, | |
Interest | interest | |||
) |
Callback called when we get new results for our query.
data | the ContentObject that matched our Interest | |
interest | Interest that was satisfied |
Implements org.ccnx.ccn.CCNContentHandler.