Manager

interface Manager

The super-interface of all managers in BetterModel.

This interface serves as a common parent type for all managers that handle plugin runtime state and data.

Example:


public interface ModelManager extends Manager {
    // manager-specific methods
}

Since

3.3.0

Inheritors