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

com.exaroton.api.ws.subscriber.ServerStatusSubscriber Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package com.exaroton.api.ws.subscriber;

import com.exaroton.api.server.Server;

public abstract class ServerStatusSubscriber extends Subscriber {

    /**
     * handle status update
     * @param oldServer old server status
     * @param newServer new server status
     */
    public abstract void statusUpdate(Server oldServer, Server newServer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy