Package ej.widget.basic
Interface OnClickListener
-
public interface OnClickListener
Defines an object which listens to click events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClick()
Invoked when the target of the listener has been clicked.
-