Package org.kie.api.runtime.rule
Interface ViewChangedEventListener
-
public interface ViewChangedEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rowDeleted(Row row)
void
rowInserted(Row row)
void
rowUpdated(Row row)
-