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

org.jmock.example.gettingstarted.Subscriber Maven / Gradle / Ivy

There is a newer version: 2.13.1
Show newest version
package org.jmock.example.gettingstarted;

public interface Subscriber {
    void receive(String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy