|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.profile.ProfileListeners
public class ProfileListeners
The ProfileListeners class implements the ProfileListener interface.
ErrorListener,
ProfileListener| Field Summary |
|---|
| Fields inherited from interface org.eclipse.soda.dk.profile.service.ProfileListener |
|---|
ADDED, CHANGED, REMOVED |
| Constructor Summary | |
|---|---|
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). |
|
| Method Summary | |
|---|---|
static ProfileListener |
add(ProfileListener currentObject,
ProfileListener newObject)
Perform the add method and return the ProfileListener result. |
void |
channelChanged(ProfileService source,
java.lang.Object timestamp,
ChannelService channel,
int newState,
int oldState)
Channel changed with the specified source, timestamp, channel, new state and old state parameters. |
void |
controlChanged(ProfileService container,
java.lang.Object timestamp,
ControlService control,
int code)
The controlChanged method is called when a control was changed. |
void |
errorOccurred(java.lang.Object source,
java.lang.Object timestamp,
java.lang.Object data)
The errorOccurred method is called when an error has occurred. |
ProfileListener[] |
getObjects()
Gets the ProfileListener [] objects property value. |
void |
profileChanged(ProfileService source,
java.lang.Object timestamp,
int newState,
int oldState)
Device changed with the specified source, timestamp, new state and old state parameters. |
protected ProfileListener |
remove(ProfileListener removeHandler)
Perform the remove method and return the ProfileListener result. |
static ProfileListener |
remove(ProfileListener currentObject,
ProfileListener removeObject)
Perform the remove method and return the Object result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileListeners(ProfileListener currentObject,
ProfileListener newObject)
ProfileListeners object using the input parameter(s).
currentObject - The current object (ProfileListener) parameter.newObject - The new object (ProfileListener) parameter.ProfileListeners(ProfileListener[])public ProfileListeners(ProfileListener[] objects)
ProfileListeners object using the input parameter(s).
objects - The objects (ProfileListener[]) parameter.ProfileListeners(ProfileListener,ProfileListener)| Method Detail |
|---|
public static ProfileListener add(ProfileListener currentObject,
ProfileListener newObject)
ProfileListener result.
currentObject - The current object (ProfileListener) parameter.newObject - The new object (ProfileListener) parameter.
ProfileListener) value.
public static ProfileListener remove(ProfileListener currentObject,
ProfileListener removeObject)
Object result.
currentObject - The current object (ProfileListener) parameter.removeObject - The remove object (ProfileListener) parameter.
ProfileListener) value.remove(ProfileListener)
public void channelChanged(ProfileService source,
java.lang.Object timestamp,
ChannelService channel,
int newState,
int oldState)
channelChanged in interface MultiplexProfileListenersource - The source (ProfileService) parameter.timestamp - The time stamp (Object) parameter.channel - The channel (ChannelService) parameter.newState - The new state (int) parameter.oldState - The old state (int) parameter.controlChanged(ProfileService,Object,ControlService,int),
profileChanged(ProfileService,Object,int,int)
public void controlChanged(ProfileService container,
java.lang.Object timestamp,
ControlService control,
int code)
controlChanged in interface ProfileListenercontainer - The container (ProfileService) parameter.timestamp - The time stamp (Object) parameter.control - The control (ControlService) parameter.code - The code (int) parameter.channelChanged(ProfileService,Object,ChannelService,int,int),
profileChanged(ProfileService,Object,int,int)
public void errorOccurred(java.lang.Object source,
java.lang.Object timestamp,
java.lang.Object data)
errorOccurred in interface ErrorListenersource - The source (Object) parameter.timestamp - The time stamp (Object) parameter.data - The data (Object) parameter.public ProfileListener[] getObjects()
ProfileListener [] objects property value.
ProfileListener[]) value.
public void profileChanged(ProfileService source,
java.lang.Object timestamp,
int newState,
int oldState)
profileChanged in interface ProfileListenersource - The source (ProfileService) parameter.timestamp - The time stamp (Object) parameter.newState - The new state (int) parameter.oldState - The old state (int) parameter.channelChanged(ProfileService,Object,ChannelService,int,int),
controlChanged(ProfileService,Object,ControlService,int)protected ProfileListener remove(ProfileListener removeHandler)
ProfileListener result.
removeHandler - The remove handler (ProfileListener) parameter.
ProfileListener) value.remove(ProfileListener,ProfileListener)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||