You can implement them both like this


public class AClass implements Runnable, Observable
{

}

you could also have