Interface ModelController


public interface ModelController
Controls reads of and modifications to a management model.
Author:
David M. Lloyd
  • Field Details

    • ACCESS_PERMISSION

      static final Permission ACCESS_PERMISSION
      A ControllerPermission needed to access a ModelController via Value.getValue() or to invoke its methods. The name of the permission is "canAccessModelController."
  • Method Details