:: 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' Details |
setPredecessor
- Description
- sets the source of the data flow for this object.
|
|
getPredecessor
- Returns
- the predecessor of this object.
|
|
setSuccessor
- Description
- sets the sink of the data flow for this object.
|
|
getSuccessor
- Returns
- the successor of this object.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.