Package org.drools.verifier.core.maps
Interface MultiMapChangeHandler<V extends Comparable,T>
-
public interface MultiMapChangeHandler<V extends Comparable,T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMultiMapChangeHandler.ChangeSet<V extends Comparable,T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChange(MultiMapChangeHandler.ChangeSet<V,T> changeSet)
-
-
-
Method Detail
-
onChange
void onChange(MultiMapChangeHandler.ChangeSet<V,T> changeSet)
-
-