blob: 94bdce5ffa406c4c5ddfc209b809499b8a805339 [file] [log] [blame]
package org.eclipse.epp.usagedata.internal.recording.filtering;
public interface FilterChangeListener {
void filterChanged();
}