Interface ViewEventListener
-
public interface ViewEventListenerInterface 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 classViewEventListener.EventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventProcessed(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-
-
-