Annotation Type NotifyCommand


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface NotifyCommand
    Notify a command to either server or client. If the server side VM object is not associated with a given command method, it won't throw an exception.
    Since:
    8.0.0
    Author:
    jumperchen
    See Also:
    NotifyCommands
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String onChange  
      java.lang.String[] value  
    • Element Detail

      • value

        java.lang.String[] value
        Default:
        {}
      • onChange

        java.lang.String onChange
        Default:
        "null"