qx.util.manager
Class MConnectedObject

java.lang.Object
  extended by qx.util.manager.MConnectedObject

public class MConnectedObject
extends java.lang.Object

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

MConnectedObject

public MConnectedObject()
Method Detail

hasConnectionTo

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.



Copyright © 2008 1&1. All Rights Reserved.