Interface Comando


public interface Comando
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    impostaVar(Object val, int tipo)
     
  • Method Details

    • esegui

      void esegui()
    • impostaVar

      void impostaVar(Object val, int tipo)