- added empty line
- jcontacts-core is still needed here, TODO: Try to rewrite this whole thing
* Shuts down application
*/
void shutdownApplication ();
+
}
// Remove listener
this.eventListenerList.remove(TableModelListener.class, listener);
}
+
}
* @param listener Listener instance
*/
void removeTableModelListener (final TableModelListener listener);
+
}
public void setValueAt (final Object value, final int rowIndex, final int columnIndex) {
throw new UnsupportedOperationException("Not supported yet. value=" + value + ",rowIndex=" + rowIndex + ",columnIndex=" + columnIndex); //To change body of generated methods, choose Tools | Templates.
}
+
}