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

/external/icu/icu4c/source/common/
H A Dservnotf.h34 class U_COMMON_API EventListener : public UObject { class in inherits:UObject
36 virtual ~EventListener();
87 virtual void addListener(const EventListener* l, UErrorCode& status);
94 virtual void removeListener(const EventListener* l, UErrorCode& status);
109 virtual UBool acceptsListener(const EventListener& l) const = 0;
114 virtual void notifyListener(EventListener& l) const = 0;
H A Dservnotf.cpp19 EventListener::~EventListener() {}
20 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(EventListener)
39 ICUNotifier::addListener(const EventListener* l, UErrorCode& status)
53 const EventListener* el = (const EventListener*)(listeners->elementAt(i));
72 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status)
85 const EventListener* el = (const EventListener*)listeners->elementAt(i);
107 EventListener* e
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb369 =begin rdoc ANTLR3::Debug::EventListener
376 module EventListener module in class:ANTLR3.Debug
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 205 milliseconds