2009-01-09 1.2.0

Uses of Interface
org.eclipse.soda.dk.profile.service.ProfileListener

Packages that use ProfileListener
org.eclipse.soda.dk.profile This package is part of the org.eclipse.soda.dk.profile project. 
org.eclipse.soda.dk.profile.service This package is part of the org.eclipse.soda.dk.profile.service project. 
 

Uses of ProfileListener in org.eclipse.soda.dk.profile
 

Classes in org.eclipse.soda.dk.profile that implement ProfileListener
 class ProfileListeners
          The ProfileListeners class implements the ProfileListener interface.
 

Fields in org.eclipse.soda.dk.profile declared as ProfileListener
protected  ProfileListener Profile.profileListener
          Define the profile listener (ProfileListener) field.
 

Methods in org.eclipse.soda.dk.profile that return ProfileListener
static ProfileListener ProfileListeners.add(ProfileListener currentObject, ProfileListener newObject)
          Perform the add method and return the ProfileListener result.
 ProfileListener[] ProfileListeners.getObjects()
          Gets the ProfileListener [] objects property value.
 ProfileListener Profile.getProfileListener()
          Gets the profile listener value.
protected  ProfileListener ProfileListeners.remove(ProfileListener removeHandler)
          Perform the remove method and return the ProfileListener result.
static ProfileListener ProfileListeners.remove(ProfileListener currentObject, ProfileListener removeObject)
          Perform the remove method and return the Object result.
 

Methods in org.eclipse.soda.dk.profile with parameters of type ProfileListener
static ProfileListener ProfileListeners.add(ProfileListener currentObject, ProfileListener newObject)
          Perform the add method and return the ProfileListener result.
 void Profile.addProfileListener(ProfileListener profileListener)
          Add profile listener with the specified profile listener parameter.
protected  ProfileListener ProfileListeners.remove(ProfileListener removeHandler)
          Perform the remove method and return the ProfileListener result.
static ProfileListener ProfileListeners.remove(ProfileListener currentObject, ProfileListener removeObject)
          Perform the remove method and return the Object result.
 void Profile.removeDeviceListener(ProfileListener profileListener)
          Remove device listener with the specified profile listener parameter.
 void Profile.removeProfileListener(ProfileListener profileListener)
          Remove profile listener with the specified profile listener parameter.
 void Profile.setProfileListener(ProfileListener profileListener)
          Sets the profile listener value.
 

Constructors in org.eclipse.soda.dk.profile with parameters of type ProfileListener
ProfileListeners(ProfileListener[] objects)
          Constructs an ProfileListeners object using the input parameter(s).
ProfileListeners(ProfileListener currentObject, ProfileListener newObject)
          Constructs an ProfileListeners object using the input parameter(s).
 

Uses of ProfileListener in org.eclipse.soda.dk.profile.service
 

Subinterfaces of ProfileListener in org.eclipse.soda.dk.profile.service
 interface MultiplexProfileListener
           
 

Methods in org.eclipse.soda.dk.profile.service that return ProfileListener
 ProfileListener ProfileService.getProfileListener()
          Gets the profile listener value.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.