Package org.kie.api.runtime.rule
Interface ViewChangedEventListener
-
public interface ViewChangedEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrowDeleted(Row row)voidrowInserted(Row row)voidrowUpdated(Row row)
-