stella.rmi
Interface PickListener

All Superinterfaces:
Remote
All Known Implementing Classes:
JAcquireDisplay, JAdapterDisplay, JAllskyDisplay, JCamera, JDatabaseDisplay, JEnvironmentDisplay, JEnvironmentDisplay.Headless, JFitsDisplay, JFitsFrame, JFocusDisplay, JHeaderDisplay, JMasterDisplay, JObjectDisplay, JOffsetDisplay, JParameterDisplay, JPhotometryDisplay, JQuickDisplay, JResultsPanel, JSpectrumDisplay

public interface PickListener
extends Remote

Indicates that an object can server HistoryAware.Picks. Graphical components may show the weather at that time etc.


Method Summary
 boolean processPick(HistoryAware.Pick pick)
          Issued to this listener when a certain pick should be processed.
 

Method Detail

processPick

boolean processPick(HistoryAware.Pick pick)
                    throws RemoteException
Issued to this listener when a certain pick should be processed. Implementors must be aware that null can be supplied here, in which case a sort of reset should take place.

Returns:
True, if the pick can be processed.
Throws:
RemoteException