|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISocketElementListener
Interface to be implemented by Classes which want to Listen to updates on UISocketElements
Created on: 1st June, 2006
Known bugs: None
Thread safe: Yes
| Method Summary | |
|---|---|
void |
updateExecutable(boolean executable)
Sets this elements' executable state. |
void |
updateReadable(boolean read)
Sets this elements' readable state. |
void |
updateValue()
updateValue is called to set the value to the latest value of the
bound socket element. |
void |
updateWriteable(boolean write)
Sets this elements' writeable state. |
| Method Detail |
|---|
void updateValue()
updateValue is called to set the value to the latest value of the
bound socket element. This should be called by the IUISocketElement when
its value is set. This will allow the Widget to be updated to the latest value.
void updateReadable(boolean read)
read - a boolean value indicating whether or not this interactor is
readable by the URC.void updateWriteable(boolean write)
write - a boolean value indicating whether or not this interactor is
writeable by the URC.void updateExecutable(boolean executable)
executable - a boolean value indicating whether or not this interactor is
executable by the URC.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||