SirenJNI.java 164 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 package org.emercit.model; public class SirenJNI { static { System.loadLibrary("siren"); } public native void sirenOn(); public native void sirenOff(); }