Interface ViewEventListener
-
public interface ViewEventListener
Interface to be implemented by those interested in receiving notifications about events related to views.- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ViewEventListener.EventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
eventProcessed(Object source, ViewEventListener.EventType type)
The callback method used to notify when a view event has occurred.
-
-
-
Method Detail
-
eventProcessed
void eventProcessed(Object source, ViewEventListener.EventType type)
The callback method used to notify when a view event has occurred.- Parameters:
source
-type
-
-
-