com.googlecode.android_scripting.rpc
Annotation Type RpcStopEvent


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

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

Author:
damonkohler@gmail.com (Damon Kohler)

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

Element Detail

value

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