package net.darkwire.example; /** * Created by fsiu on 4/21/14. */ public interface ObservableApp { void startObservables(); }