The timer Bean has the following information.
See
"Package Guide"- JFTimer
Property information
Name | Type | Reference | Setting | Explanation |
---|---|---|---|---|
alive | boolean | Y | Whether the timer is active | |
count | int | Y | Event generation count | |
interval | long | Y | Y | Event generation interval |
numberOfTimes | int | Y | Y | Event generation count |
Event information
Name | Listener | Addition/removal | Method | Explanation |
---|---|---|---|---|
action | java.awt.event | addActionListener | actionPerformed | Is issued when the specified time elapses. |
Method information
Name | Parameters | Explanation |
---|---|---|
reset | Restores the event generation count to 0. | |
start | Starts the timer. | |
stop | Starts the timer. |