1 23 24 package org.apache.slide.event; 25 26 31 public class StructureAdapter implements StructureListener { 32 public void retrieve(StructureEvent event) throws VetoException { 33 } 34 35 public void store(StructureEvent event) throws VetoException { 36 } 37 38 public void create(StructureEvent event) throws VetoException { 39 } 40 41 public void createLink(StructureEvent event) throws VetoException { 42 } 43 44 public void remove(StructureEvent event) throws VetoException { 45 } 46 47 public void addBinding(StructureEvent event) throws VetoException { 48 } 49 50 public void removeBinding(StructureEvent event) throws VetoException { 51 } 52 } | Popular Tags |