1 package net.suberic.util.gui.propedit; 2 3 6 public class PropertyEditorAdapter implements PropertyEditorListener { 7 8 12 public void propertyChanging(PropertyEditorUI source, String property, String newValue) throws PropertyValueVetoException { 13 14 } 15 16 19 public void propertyChanged(PropertyEditorUI source, String property, String newValue) { 20 21 } 22 23 26 public void propertyInitialized(PropertyEditorUI source, String property, String newValue) { 27 28 } 29 30 34 public void propertyCommitting(PropertyEditorUI source, String property, String newValue) throws PropertyValueVetoException { 35 36 } 37 38 39 } 40 | Popular Tags |