gitzel.util

Interface TableErrorListener

public interface TableErrorListener

Classes implementing this interface can listen for errors in a TableGUI - i.e. wrong user input etc. Basically they should display the error message in the TableError in one way or another.

Method Summary

void
tableErrorOccured(TableError e)

Method Details

tableErrorOccured

public void tableErrorOccured(TableError e)