ParameterNoticeBoard
Class ListenerUpdate

java.lang.Object
  extended by ParameterNoticeBoard.ListenerUpdate

public class ListenerUpdate
extends java.lang.Object

This is a data structure which will be used for storing the details of parameter listeners which need to be updated once they have been registered with the parameter noticeboard.

Version:
$Id: ListenerUpdate.java,v 1.2 2008/05/21 11:16:24 cb Exp $
Author:
Craige Bevil

Field Summary
 iParameterNoticeBoard.ParameterNoticeBoardListener Listener
          The listener which need to be updated with the value of the parameter
 java.lang.String ParameterName
          This is the name of the parameter which needs to be sent back to the listener
 
Constructor Summary
ListenerUpdate(iParameterNoticeBoard.ParameterNoticeBoardListener Listener, java.lang.String ParameterName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Listener

public iParameterNoticeBoard.ParameterNoticeBoardListener Listener
The listener which need to be updated with the value of the parameter


ParameterName

public java.lang.String ParameterName
This is the name of the parameter which needs to be sent back to the listener

Constructor Detail

ListenerUpdate

ListenerUpdate(iParameterNoticeBoard.ParameterNoticeBoardListener Listener,
               java.lang.String ParameterName)