Lines Matching refs:object
41 <p>Actually the real lifetime of an UNO object is controlled by
42 references kept on interfaces of this object. But there are two
44 1st to own the object and 2nd to know the object.
47 to UNO objects if you are by definition the owner of that object or
49 EventListener at that object and release the reference when
57 /** The owner of an object calls this method to explicitly free all
58 resources kept by this object and thus break cyclic references.
60 <p>Only the owner of this object is allowed to call this method.
61 The object should release all resources and references in the
66 The object must notify all registered listeners using the method
68 should release there references to this object without
70 (the disposed object will release the listeners eitherway).
73 <p>After this method has been called, the object should behave as passive
76 Often the object can't fulfill its specification anymore,
83 the object should be able to cope with multiple dispose()-calls (which
91 /** adds an event listener to the object.