diff options
Diffstat (limited to 'src/com/vaadin/terminal/gwt/client/Paintable.java')
-rw-r--r-- | src/com/vaadin/terminal/gwt/client/Paintable.java | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/Paintable.java b/src/com/vaadin/terminal/gwt/client/Paintable.java deleted file mode 100644 index c9e3ef79cc..0000000000 --- a/src/com/vaadin/terminal/gwt/client/Paintable.java +++ /dev/null @@ -1,19 +0,0 @@ -/* -@VaadinApache2LicenseForJavaFiles@ - */ - -package com.vaadin.terminal.gwt.client; - -/** - * An interface used by client-side widgets or paintable parts to receive - * updates from the corresponding server-side components in the form of - * {@link UIDL}. - * - * Updates can be sent back to the server using the - * {@link ApplicationConnection#updateVariable()} methods. - */ -@Deprecated -public interface Paintable { - - public void updateFromUIDL(UIDL uidl, ApplicationConnection client); -} |