diff options
Diffstat (limited to 'src/com/vaadin/shared/ui/checkbox/CheckBoxServerRpc.java')
-rw-r--r-- | src/com/vaadin/shared/ui/checkbox/CheckBoxServerRpc.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/com/vaadin/shared/ui/checkbox/CheckBoxServerRpc.java b/src/com/vaadin/shared/ui/checkbox/CheckBoxServerRpc.java deleted file mode 100644 index fafd9bf2ff..0000000000 --- a/src/com/vaadin/shared/ui/checkbox/CheckBoxServerRpc.java +++ /dev/null @@ -1,11 +0,0 @@ -/* -@VaadinApache2LicenseForJavaFiles@ - */ -package com.vaadin.shared.ui.checkbox; - -import com.vaadin.shared.MouseEventDetails; -import com.vaadin.shared.communication.ServerRpc; - -public interface CheckBoxServerRpc extends ServerRpc { - public void setChecked(boolean checked, MouseEventDetails mouseEventDetails); -}
\ No newline at end of file |