- All Known Subinterfaces:
PushButton
,PushButton
@Signal(void.class) public interface PushButton extends Trigger
A
PushButton
calls a parameterless method or any parameterized method at user action.
PushButton button : method1();
PushButton button : method2(int i, String strg);
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description void
onclick()
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent