org.zkoss.bind.annotation
Annotation Type ToClientCommand


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ToClientCommand

Notify a command to client.

The value of the annotation can accept "*" to allow all commands to client.

Since:
8.0.0
Author:
jumperchen

Optional Element Summary
 java.lang.String[] value
           
 

value

public abstract java.lang.String[] value
Default:
{}


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo