jpl.mipl.mars.possum.event
Interface AutoUpdateStatusListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
StatusPanel

public interface AutoUpdateStatusListener
extends EventListener

Purpose: This class represents a listener 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: AutoUpdateStatusListener.java 9 2007-11-01 19:23:25Z axt $
Author:
Atsuya Takagi (Atsuya.Takagi@jpl.nasa.gov)

Method Summary
 void statusUpdated(AutoUpdateStatusEvent autoUpdateStatusEvent)
           
 

Method Detail

statusUpdated

void statusUpdated(AutoUpdateStatusEvent autoUpdateStatusEvent)