All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.interface.t.message Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
    public static final int SIGNAL_NO_$u{self.name} = ${self.id};
    public static class $c{self.name} extends Message {
.if ( "" != parameter_list )
        public $c{self.name}(${parameter_list}) {
            super(new Object[]{${invocation_parameter_list}});
        }
.end if
        @Override
        public int getId() {
            return SIGNAL_NO_$u{self.name};
        }
 
    }
    public void ${self.name}(${parameter_list}) throws XtumlException;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy