home *** CD-ROM | disk | FTP | other *** search
- package netscape.netcast.application;
-
- public interface Alarmable {
- int getUpdateTime();
-
- int getFrequency();
-
- long getLastUpdate();
-
- void autoUpdate();
-
- void update();
-
- void setLastUpdate(long var1);
-
- int getUpdateTimes();
-
- int getStartTime();
-
- int getEndTime();
-
- int getAdminUpdateTimes();
-
- int getAdminEndTime();
-
- int getAdminStartTime();
-
- void cancelUpdate();
- }
-