Searched defs:EventListener (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/org/w3c/dom/events/
H A DEventListener.java16 * The <code>EventListener</code> interface is the primary method for
17 * handling events. Users implement the <code>EventListener</code> interface
20 * <code>EventListener</code> from its <code>EventTarget</code> after they
23 * method the <code>EventListener</code>s attached to the source
25 * the user wishes the same <code>EventListener</code>s to be added to the
30 public interface EventListener { interface
33 * the <code> EventListener</code> interface was registered.
/packages/apps/Calculator/src/com/android/calculator2/
H A DEventListener.java24 class EventListener implements View.OnKeyListener, class in inherits:View.OnKeyListener,View.OnClickListener,View.OnLongClickListener

Completed in 100 milliseconds