org.zkoss.spring.context.annotation
Annotation Type EventHandler


Deprecated. after release of zkspring 3.1, suggest to use SelectorComposer or GenericForwardComposer Used to annotate method as an event listener of the specified target ZK component and event name in the form of "abc.onXyz".

@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface EventHandler

Author:
henrichen

Required Element Summary
 String value
          Deprecated. Specifies the target ZK component and event name of the annotated listener method.
 

Element Detail

value

public abstract String value
Deprecated. 
Specifies the target ZK component and event name of the annotated listener method.

Returns:
the ZK component and event name in the form of "abc.onXyz" where "abc" is the component id and "onXyz" is the event name.


Copyright © 2012. All Rights Reserved.