Searched refs:notified (Results 1 – 3 of 3) sorted by relevance
58 public void sendTree(IVisitsTestTrees notified) { in sendTree() argument59 notified.visitTreeEntry(getIdentifier(), true, countTestCases()); in sendTree()61 ref.sendTree(notified); in sendTree()
56 public void sendTree(IVisitsTestTrees notified) { in sendTree() argument57 notified.visitTreeEntry(getIdentifier(), false, countTestCases()); in sendTree()
55 and then the activity wants to provide a listener to get notified by the handler: