]> git.argeo.org Git - lgpl/argeo-commons.git/blob - ux/widgets/DataView.java
Prepare next development cycle
[lgpl/argeo-commons.git] / ux / widgets / DataView.java
1 package org.argeo.cms.ux.widgets;
2
3 public interface DataView<INPUT,TYPE> {
4 void refresh();
5
6 void notifyItemCountChange();
7 }