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

org.ops4j.pax.exam.sample9.pde.Notifier Maven / Gradle / Ivy

There is a newer version: 4.14.0
Show newest version
package org.ops4j.pax.exam.sample9.pde;

import java.rmi.Remote;
import java.rmi.RemoteException;

public interface Notifier extends Remote {

    void send(String msg) throws RemoteException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy