| LibreOffice
    LibreOffice 25.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. | |
| void | collectionStatusChanged ([in] boolean isInsideCollectedElement) | 
| Notifies the SAXEventKeeper is entering/leaving collecting state. | |
| void | bufferStatusChanged ([in] boolean isBufferEmpty) | 
| Notifies the SAXEventKeeper's buffer is empty/not empty. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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 | trueif the SAXEventKeeper is entering blocking state,falseotherwise | 
| void bufferStatusChanged | ( | [in] boolean | isBufferEmpty | ) | 
Notifies the SAXEventKeeper's buffer is empty/not empty.
| isBufferEmpty | trueif the SAXEventKeeper has no buffer at all;falseotherwise. | 
| void collectionStatusChanged | ( | [in] boolean | isInsideCollectedElement | ) | 
Notifies the SAXEventKeeper is entering/leaving collecting state.
| isInsideCollectedElement | trueif the SAXEventKeeper is collecting some element,falseotherwise |