summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java')
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java b/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java
index 3dbb03525830..b6a64e439f38 100644
--- a/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java
+++ b/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java
@@ -107,9 +107,9 @@ public class RegistrationThread
if (xBroadcaster != null)
{
if (mbRegister)
- xBroadcaster.addEventListener (maListener);
+ xBroadcaster.addAccessibleEventListener (maListener);
else
- xBroadcaster.removeEventListener (maListener);
+ xBroadcaster.removeAccessibleEventListener (maListener);
nNodeCount += 1;
}