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

com.ovea.tajin.framework.app.Application Maven / Gradle / Ivy

There is a newer version: 3.9
Show newest version
package com.ovea.tajin.framework.app;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

public interface Application
 {
 void onInit(com.ovea.tajin.framework.support.guice.WebBinder binder, com.ovea.tajin.framework.util.PropertySettings settings);
 void onStart();
 void onstop();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy