Uses of Class
ParameterNoticeBoard.NoticeBoardParameter

Packages that use NoticeBoardParameter
ACAMController   
ParameterNoticeBoard   
 

Uses of NoticeBoardParameter in ACAMController
 

Methods in ACAMController with parameters of type NoticeBoardParameter
 void ACAMHeaderMaintainer.processEventData(NoticeBoardParameter[] ParameterEventData)
          This method is used to process incoming event data from the noticeboard when there is status events coming from any of the parameter noticeboard items upon which the FITS header parameter noticeboard items depend.
 void ACAMModeMaintainer.processEventData(NoticeBoardParameter[] ParameterEventData)
          This method is used to process incoming event data from the noticeboard when there is status update events associated with the parameter noticeboard items we are monitoring It will then determine which mode the instrument is currently in.
 

Uses of NoticeBoardParameter in ParameterNoticeBoard
 

Methods in ParameterNoticeBoard with parameters of type NoticeBoardParameter
protected abstract  void NoticeBoardMultipleListener.processEventData(NoticeBoardParameter[] ParameterEventData)
          This is an abstract method which is to be implemented by the subclass and will result in the semantics of the parameter event being executed.