io.pelle.mango.client.base.modules.dictionary.container.IAssignmentTable Maven / Gradle / Ivy
The newest version!
package io.pelle.mango.client.base.modules.dictionary.container;
import io.pelle.mango.client.base.vo.IBaseVO;
import java.util.List;
import com.google.gwt.user.client.rpc.AsyncCallback;
public interface IAssignmentTable extends IBaseTable
{
void delete(ITableRow tableRow);
void add(AsyncCallback>> asyncCallback);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy