SPT Core API

com.sptci.echo2.annotation
Annotation Type ActionListener


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface ActionListener

Annotation type used to indicate the class of the ActionListener that is added to a component.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: ActionListener.java 4120 2008-05-25 20:49:48Z rakesh $
Author:
Rakesh Vidyadharan 2007-05-04

Required Element Summary
 String value
          The fully qualified name of the ActionListener class to use.
 

Element Detail

value

public abstract String value
The fully qualified name of the ActionListener class to use.

Returns:
The name of the action listener class.

SPT Core API