loadDocument abstract method

TDocument loadDocument(
  1. TDocument document, [
  2. bool once = false
])

Performs the process of loading a document.

Usually, you specify a method that can be executed only the first time, such as loadOnce or listen.

If you set once to true, loadOnce is used even if the model can use listen.

Implementation

TDocument loadDocument(TDocument document, [bool once = false]);