LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface of SAXEventKeeper Status Change Listener. More...
import"XSAXEventKeeperStatusChangeListener.idl";
Public Member Functions | |
void | blockingStatusChanged ([in] boolean isBlocking) |
Notifies the SAXEventKeeper is entering/leaving blocking state. More... | |
void | collectionStatusChanged ([in] boolean isInsideCollectedElement) |
Notifies the SAXEventKeeper is entering/leaving collecting state. More... | |
void | bufferStatusChanged ([in] boolean isBufferEmpty) |
Notifies the SAXEventKeeper's buffer is empty/not empty. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Interface of SAXEventKeeper Status Change Listener.
This interface is used to receive the SAXEventKeeper status change notification.
void blockingStatusChanged | ( | [in] boolean | isBlocking | ) |
Notifies the SAXEventKeeper is entering/leaving blocking state.
isBlocking | true if the SAXEventKeeper is entering blocking state, false otherwise |
void bufferStatusChanged | ( | [in] boolean | isBufferEmpty | ) |
Notifies the SAXEventKeeper's buffer is empty/not empty.
isBufferEmpty | true if the SAXEventKeeper has no buffer at all; false otherwise. |
void collectionStatusChanged | ( | [in] boolean | isInsideCollectedElement | ) |
Notifies the SAXEventKeeper is entering/leaving collecting state.
isInsideCollectedElement | true if the SAXEventKeeper is collecting some element, false otherwise |