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

test.load.subsnotify.SubsNotify Maven / Gradle / Ivy

There is a newer version: 1.3.0-91
Show newest version
package test.load.subsnotify;

public class SubsNotify {

    /**
     * @param args
     */
    public static void main(String[] args) {
        Notifier notifier = new Notifier();
        Subscriber subscriber = new Subscriber();
        notifier.init();
        subscriber.init();

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy