]> source.dussan.org Git - vaadin-framework.git/commit
Add DataSource interface with abstract base class
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Wed, 15 Jun 2016 12:04:22 +0000 (15:04 +0300)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Wed, 15 Jun 2016 14:41:49 +0000 (17:41 +0300)
commitc9bd00f902274a00eba371a6ae5907d6a1812b35
tree31691834030d32c476410016e93571b28ccc8aa8
parentc2bfe023257c27d3eba5d295b0b64c296ef53a27
Add DataSource interface with abstract base class

Change-Id: If7800ea18f7bed0af99f9f65467d75544f9d22a7
server/src/main/java/com/vaadin/server/communication/data/typed/AbstractDataSource.java [new file with mode: 0644]
server/src/main/java/com/vaadin/server/communication/data/typed/DataChangeHandler.java [new file with mode: 0644]
server/src/main/java/com/vaadin/server/communication/data/typed/DataSource.java [new file with mode: 0644]