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

freak.core.observer.ObserverManagerInterface Maven / Gradle / Ivy

There is a newer version: 0.4.7
Show newest version
package freak.core.observer;

import java.util.List;

public interface ObserverManagerInterface {
    List getActiveObservers();

    int getIdentificationNumber();

    void addObserver(Observer obs);
    void removeObserver(Observer obs);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy