Uses of Class
ParameterNoticeBoard.ListenerUpdate

Packages that use ListenerUpdate
ParameterNoticeBoard   
 

Uses of ListenerUpdate in ParameterNoticeBoard
 

Fields in ParameterNoticeBoard with type parameters of type ListenerUpdate
private  java.util.List<ListenerUpdate> ParameterNoticeBoard.ListenersToUpdate
          When a client attaches a listener to a NB item, we are unable to immediately send an update to that listener from that thread to avoid deadlock.