- Description
- specifies a content with a type and an identifier, which is able to manage
listeners for events that are related to contents.
- See also
- ::com::sun::star::ucb::XContentIdentifier, ::com::sun::star::ucb::XContentEventListener
- Developers Guide
-
Methods' Details |
getIdentifier
- Description
- returns the identifier of the content.
- Returns
-
the identifier.
|
|
getContentType
- Description
- returns a type string, which is unique for that type of content (e.g.
"application/vnd.sun.star.hierarchy-folder").
- Returns
-
the content type string.
|
|
addContentEventListener
- Description
- adds a listener for content events.
- Parameter Listener
-
the listener to add.
- See also
- ::com::sun::star::ucb::ContentEvent
|
|
removeContentEventListener
- Description
- removes a listener for content events.
- Parameter Listener
-
the listener to remove.
- See also
- ::com::sun::star::ucb::ContentEvent
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|