org.topbraid.base.util
Interface IDataUsageListener<T>
public interface IDataUsageListener<T>
This allows clients to know some events that happen in the graph store.
- Author:
- Jeremy Carroll
|
Method Summary |
void |
used(T classOfInterest,
String extension,
String purpose)
The classOfInterest was used for purpose for a file with extension. |
used
void used(T classOfInterest,
String extension,
String purpose)
- The classOfInterest was used for purpose for a file with extension.
- Parameters:
classOfInterest - item that will be reported as being used in the User Data Usageextension - purpose -
Copyright © 2011 TopQuadrant, Inc.. All Rights Reserved.