Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/datatables/TableRowRemoveCallBack.java

Diff revisions: vs.
  @@ -1,6 +1,6 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets.datatables;
3 -
4 - public interface TableRowRemoveCallBack<RowType> {
5 - public void removeRow( RowType pRowValue );
6 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets.datatables;
3 +
4 + public interface TableRowRemoveCallBack<RowType> {
5 + public void removeRow( RowType pRowValue );
6 + }