:: com :: sun :: star :: io ::

interface XConnectable

Methods' Summary
setPredecessor sets the source of the data flow for this object.  
getPredecessor  
setSuccessor sets the sink of the data flow for this object.  
getSuccessor  
Methods' Details
setPredecessor
void
setPredecessor( [in] XConnectable  aPredecessor );

Description
sets the source of the data flow for this object.
getPredecessor
XConnectable
getPredecessor();

Returns
the predecessor of this object.
setSuccessor
void
setSuccessor( [in] XConnectable  aSuccessor );

Description
sets the sink of the data flow for this object.
getSuccessor
XConnectable
getSuccessor();

Returns
the successor of this object.
Top of Page