Package com.hybris.cockpitng.annotations
Annotation Type ViewEvent
-
@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface ViewEventAnnotate a method to be invoked when a zk event comes in. The method should have either one argument of typeEventor none.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringeventNameThe event name, e.g.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcomponentIDThe id of the component.
-
-
-
-
componentID
java.lang.String componentID
The id of the component. If not provided, theEventListeneris applied to theWidgetslot.- Default:
- ""
-
-