Public Member Functions

cern.gp.beans.impl.NodeUpdaterListener Interface Reference

List of all members.

Public Member Functions

void nameChanged (String newName)
void displayNameChanged (String newDisplayName)
void shortDescriptionChanged (String newShortDescription)
void nodeIconChanged (java.awt.Image newIcon)
void nodeDefaultActionChanged (String newDefaultAction)

Detailed Description

<font size="-1" color="#FF0000">** for internal use only** </font> A class implementing this interface is interested in updates taking place in a NodeUpdater. Typically, a NodeUpdaterListener will be a node listening to update taking place in a bean.

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

Member Function Documentation

void cern.gp.beans.impl.NodeUpdaterListener.displayNameChanged ( String  newDisplayName  ) 

Signals a display name change for this listener.

Parameters:
newDisplayName the new display name the listener should use
void cern.gp.beans.impl.NodeUpdaterListener.nameChanged ( String  newName  ) 

Signals a name change for this listener.

Parameters:
newName the new name the listener should use
void cern.gp.beans.impl.NodeUpdaterListener.nodeDefaultActionChanged ( String  newDefaultAction  ) 

Signals a node default action change for this listener.

Parameters:
newDefaultAction the new default action the listener should use
void cern.gp.beans.impl.NodeUpdaterListener.nodeIconChanged ( java.awt.Image  newIcon  ) 

Signals a icon change for this listener.

Parameters:
newIcon the new icon the listener should use
void cern.gp.beans.impl.NodeUpdaterListener.shortDescriptionChanged ( String  newShortDescription  ) 

Signals a short description change for this listener.

Parameters:
newShortDescription the new short description the listener should use

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