jpl.mipl.mars.possum.event
Class AutoUpdateStatusEvent

java.lang.Object
  extended by jpl.mipl.mars.possum.event.Event
      extended by 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)

Constructor Summary
AutoUpdateStatusEvent(Object source)
           
 
Method Summary
 int getTimeLeft()
           
 boolean getTimerEnabled()
           
 int getTimeToGoOff()
           
 boolean setTimeLeft(int timeLeft)
           
 boolean setTimerEnabled(boolean enabled)
           
 boolean setTimeToGoOff(int timeToGoOff)
           
 
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
 

Constructor Detail

AutoUpdateStatusEvent

public AutoUpdateStatusEvent(Object source)
Method Detail

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()