Skip to content

Instantly share code, notes, and snippets.

@Aiur3908
Created July 1, 2015 02:46
public class MyObservable extends Observable{
private static MyObservable ourInstance = new MyObservable();
public static MyObservable getInstance() {
return ourInstance;
}
private MyObservable() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment