org.mydotey.artemis.client.ServiceChangeEvent Maven / Gradle / Ivy
The newest version!
package org.mydotey.artemis.client;
import org.mydotey.artemis.Service;
/**
* Created by fang_j on 10/07/2016.
*/
public interface ServiceChangeEvent {
String changeType();
Service changedService();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy