|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
| Required Element Summary | |
|---|---|
String |
value
The fully qualified name of the ActionListener class to use. |
| Element Detail |
|---|
public abstract String value
ActionListener class to use.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||