com.googlecode.whatswrong
Interface EdgeTypeFilter.Listener

All Known Implementing Classes:
EdgeTypeFilterPanel
Enclosing class:
EdgeTypeFilter

public static interface EdgeTypeFilter.Listener

Am EdgeTypeFilter.Listener is notified of changes to the set of allowed edge type strings.


Method Summary
 void changed(java.lang.String type)
          Called when a type string was added or removed from the filter.
 

Method Detail

changed

void changed(java.lang.String type)
Called when a type string was added or removed from the filter.

Parameters:
type - the type string that was added or removed from the filter.


Copyright © 2009. All Rights Reserved.