org.apache.slide.event
Interface StructureListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- StructureAdapter
- public interface StructureListener
- extends java.util.EventListener
Structure listener interface
- Version:
- $Revision: 1.2 $
retrieve
public void retrieve(StructureEvent event)
throws VetoException
- Throws:
VetoException
store
public void store(StructureEvent event)
throws VetoException
- Throws:
VetoException
create
public void create(StructureEvent event)
throws VetoException
- Throws:
VetoException
createLink
public void createLink(StructureEvent event)
throws VetoException
- Throws:
VetoException
remove
public void remove(StructureEvent event)
throws VetoException
- Throws:
VetoException
addBinding
public void addBinding(StructureEvent event)
throws VetoException
- Throws:
VetoException
removeBinding
public void removeBinding(StructureEvent event)
throws VetoException
- Throws:
VetoException