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

template.EventFilterTemplate.vsl Maven / Gradle / Ivy

## Velocity Template.
package ${functionPackage};

public class ${eventFilterClass} {

    public ${eventClass} event;

    public void onEvent(${eventClass} event){
        this.event = event;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy