@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface BindOn
Specify the time to bind an ActEventListener
to corresponding ActEvent
Modifier and Type | Required Element and Description |
---|---|
AppEventId |
value
Specify the ID of the
AppEvent when the binding should happen |
public abstract AppEventId value
Specify the ID of the AppEvent
when the binding should happen
Copyright © 2014–2017 ActFramework. All rights reserved.