Module ilusr.core

Class ViewBase

    • Constructor Detail

      • ViewBase

        public ViewBase()
    • Method Detail

      • raiseViewChanged

        public <D> void raiseViewChanged​(MethodSignature method,
                                         D data)
        Parameters:
        method - The @see MethodSignature to update the model with.
        data - The data to send to the model.
      • raiseViewChanged

        public <D> void raiseViewChanged​(String member,
                                         D data)
        Parameters:
        member - The name of the method to update on the model.
        data - The data to send to the model.