Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XConnectable
Description
makes it possible to connect data sinks and sources.

The predecessor-member is the element in the connection that is nearer to the source of the data. The successor-member is the element that is further away from the source of the data. (Note that this classification does not depend on whether the class implements XInputStream or XOutputStream; it only depends on the direction of data flow.)

This interface allows generic services to navigate between arbitrary elements of a connection.


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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.