@Target(value={FIELD,TYPE}) @Retention(value=RUNTIME) @Documented public @interface OnSwipe
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Event> |
apiEventClass
Define the JavaFX api event class.
|
String |
name
Define a unique name used to avoid sharing same handler.
|
OnSwipe.SwipeType[] |
value
Define the event type to manage.
|
public abstract OnSwipe.SwipeType[] value
public abstract String name
Copyright © 2011–2014 JRebirth OSS. All rights reserved.