jpl.mipl.mars.possum.event
Class AutoUpdateStatusEvent
java.lang.Object
jpl.mipl.mars.possum.event.Event
jpl.mipl.mars.possum.event.AutoUpdateStatusEvent
public class AutoUpdateStatusEvent
- extends Event
Purpose:
This class represents an event for auto-update status.
Copyright 2004, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledge. 2007.
============================================================================
Modification History :
----------------------
Date Who What
----------------------------------------------------------------------------
09/17/2007 Atsuya Initial release.
============================================================================
- Version:
- $Id: AutoUpdateStatusEvent.java 9 2007-11-01 19:23:25Z axt $
- Author:
- Atsuya Takagi (Atsuya.Takagi@jpl.nasa.gov)
| Methods inherited from class jpl.mipl.mars.possum.event.Event |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoUpdateStatusEvent
public AutoUpdateStatusEvent(Object source)
setTimerEnabled
public boolean setTimerEnabled(boolean enabled)
getTimerEnabled
public boolean getTimerEnabled()
setTimeToGoOff
public boolean setTimeToGoOff(int timeToGoOff)
getTimeToGoOff
public int getTimeToGoOff()
setTimeLeft
public boolean setTimeLeft(int timeLeft)
getTimeLeft
public int getTimeLeft()