|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.util.manager.MConnectedObject
public class MConnectedObject
Every object, which whishes to establish a connection to a dynamic value
using the value manager must implement the method hasConnectionTo
.
This mixin provides an implementation for this method and automatically takes care of disconnecting all connections to value managers on object dispose.
Constructor Summary | |
---|---|
MConnectedObject()
|
Method Summary | |
---|---|
void |
hasConnectionTo(Value valueManager)
This method is used by value managers Value to
notify the object that a connection to a dynamic value has been
established. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MConnectedObject()
Method Detail |
---|
public void hasConnectionTo(Value valueManager)
This method is used by value managers Value
to
notify the object that a connection to a dynamic value has been
established.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |