public class Timer extends Object
implements Serializable java.lang.Object
javax.swing.Timer
Costruttori
Argomenti | Descrizione |
---|
int, ActionListener | intervallo in ms, ascoltatore |
Metodi
Nome | Argomenti | Tipo | Descrizione |
---|
start
stop
restart | | | Comandi |
getDelay
getInitialDelay | int | Caratteristiche? |
isCoalesce
isRepeats
isRunning | boolean | setDelay
setInitialDelay | int | | Caratteristiche |
setCoalesce
setRepeats | boolean |
L'ascoltatore ActionListener è associato con il costruttore...
|