org.netbeans.modules.xml.xam/1 1.18.0 1

org.netbeans.modules.xml.xam
Interface ComponentListener

All Superinterfaces:
EventListener

public interface ComponentListener
extends EventListener

A component listener provides a coarse-grained event stream based on values or children of the source. This is not intended to replace property change events and only serves as a way to differentiate between children and non children related events.


Method Summary
 void childrenAdded(ComponentEvent evt)
          Invoked if a child has been added.
 void childrenDeleted(ComponentEvent evt)
          Invoked if a child has been removed.
 void valueChanged(ComponentEvent evt)
          Invoked if a value other than children is changed.
 

Method Detail

valueChanged

void valueChanged(ComponentEvent evt)
Invoked if a value other than children is changed.

Parameters:
evt - component event

childrenAdded

void childrenAdded(ComponentEvent evt)
Invoked if a child has been added.

Parameters:
evt - component event

childrenDeleted

void childrenDeleted(ComponentEvent evt)
Invoked if a child has been removed.

Parameters:
evt - component event

org.netbeans.modules.xml.xam/1 1.18.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.