public interface newsFeed{ void postUpdate(String update); void addSubscriber(VGSubscriber sub); void notifySubscribers(); }