Community
Participate
Working Groups
public void dispose() {
if (timer != null) {
timer.dispose();
timer = null;
}