Interface Model


  • public interface Model
    Model interface that can be used in combination with Controller to store data in workspaces. This model should work as a one-to-one relationship with the workspace so that a unique instance of this model is created for each workspace during its lifetime.
    See Also:
    Controller
    • Method Detail

      • getWorkspace

        Workspace getWorkspace()
        Returns the workspace this model is associated with.
        Returns:
        the workspace