com.googlecode.android_scripting.rpc
Annotation Type RpcStartEvent


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface RpcStartEvent

Use this annotation to mark an RPC as one that starts generating events.

Author:
damonkohler@gmail.com (Damon Kohler)

Required Element Summary
 java.lang.String value
          The name of the event that is generated.
 

Element Detail

value

public abstract java.lang.String value
The name of the event that is generated.