org.apache.batik.apps.svgbrowser
Interface NodePickerPanel.NodePickerListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
NodePickerPanel.NodePickerAdapter
Enclosing interface:
NodePickerPanel

public static interface NodePickerPanel.NodePickerListener
extends EventListener

Node picker listener.


Method Summary
 void addNewElement(NodePickerPanel.NodePickerEvent event)
          Adds the element from the data contained in the NodePickerEvent.
 void updateElement(NodePickerPanel.NodePickerEvent event)
          Updates the element from the data contained in the NodePickerEvent.
 

Method Detail

updateElement

public void updateElement(NodePickerPanel.NodePickerEvent event)
Updates the element from the data contained in the NodePickerEvent.


addNewElement

public void addNewElement(NodePickerPanel.NodePickerEvent event)
Adds the element from the data contained in the NodePickerEvent.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.