home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
INTERNET
/
NETSCAP4.06
/
CP32E406.EXE
/
netcast.z
/
ncjava10.jar
/
netscape
/
netcast
/
application
/
Alarmable.class
(
.txt
)
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-02-27
|
533 b
|
30 lines
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();
}