You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Paintable.java 151B

123456
  1. package com.itmill.toolkit.terminal.gwt.client;
  2. public interface Paintable {
  3. public void updateFromUIDL(UIDL uidl, ApplicationConnection client);
  4. }