package com.honeywell.ascot.util.ui; public interface SubscriberInterface { void loadHolidayTab() throws Exception; void updateDay() throws Exception; }