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

com.threerings.presents.tools.receiver_as.tmpl Maven / Gradle / Ivy

The newest version!
package {{package}} {

{{#importGroups}}
{{#this}}
import {{this}};
{{/this}}

{{/importGroups}}
public interface {{name}}Receiver extends InvocationReceiver
{
{{#methods}}
{{^-first}}

{{/-first}}
    // from Java interface {{name}}Receiver
    function {{method.name}} ({{getASArgList}}) :void;
{{/methods}}
}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy