Sign in
eclipse
/
osbp
/
org.eclipse.osbp.runtime.web
/
refs/heads/master
/
.
/
org.eclipse.osbp.runtime.web.vaadin.components
/
saveForlater
/
client
/
EntityFieldClientRpc.java
blob: 1f12aeb5f4a544e6363a8ca3824efbe22a1058ff [
file
] [
log
] [
blame
]
package
org
.
eclipse
.
osbp
.
runtime
.
web
.
vaadin
.
components
.
fields
.
client
;
import
com
.
vaadin
.
shared
.
communication
.
ClientRpc
;
public
interface
EntityFieldClientRpc
extends
ClientRpc
{
// TODO example API
public
void
alert
(
String
message
);
}