-
public interface TableListenerPlugins that implement this interface are notified when a table is opened, closed or updated. The Plugins/Utilities/Monitor Events command uses this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidTableUpdated(TextPanel table, java.lang.String event, int row)
-
-
-
Method Detail
-
TableUpdated
void TableUpdated(TextPanel table, java.lang.String event, int row)
-
-