Public Member Functions

cern.gp.beans.impl.NodeUpdater Interface Reference

Inheritance diagram for cern.gp.beans.impl.NodeUpdater:
cern.gp.beans.GPBean cern.gp.beans.impl.IntrospectionBasedNodeUpdater cern.gp.beans.impl.ListenerBasedNodeUpdater

List of all members.

Public Member Functions

void addNodeUpdaterListener (NodeUpdaterListener listener)
void removeNodeUpdaterListener (NodeUpdaterListener listener)

Detailed Description

<font size="-1" color="#FF0000">**For internal use only** </font> A class implementing this interface, typically a Bean, produces events when changes occur notifying the NodeUpdaterListener. Usually a JavaBean or a support class will implement this interface to update a node dynamically.

Version:
Revision:
1.2
Date:
2006/09/25 08:52:36
Author:
Lionel Mestre

Member Function Documentation

void cern.gp.beans.impl.NodeUpdater.addNodeUpdaterListener ( NodeUpdaterListener  listener  ) 

Adds the given NodeUpdaterListener that will be notified of any change in one of the property.

Parameters:
<code>listener</code> the listener to register

Implemented in cern.gp.beans.impl.ListenerBasedNodeUpdater.

void cern.gp.beans.impl.NodeUpdater.removeNodeUpdaterListener ( NodeUpdaterListener  listener  ) 

Removes the given listener

Parameters:
<code>listener</code> the listener to remove

Implemented in cern.gp.beans.impl.ListenerBasedNodeUpdater.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties