org.apache.slide.event
Interface ContentListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ContentAdapter
- public interface ContentListener
- extends java.util.EventListener
Content listener interface
- Version:
- $Revision: 1.3 $
retrieve
public void retrieve(ContentEvent event)
throws VetoException
- Throws:
VetoException
store
public void store(ContentEvent event)
throws VetoException
- Throws:
VetoException
create
public void create(ContentEvent event)
throws VetoException
- Throws:
VetoException
remove
public void remove(ContentEvent event)
throws VetoException
- Throws:
VetoException
fork
public void fork(ContentEvent event)
throws VetoException
- Throws:
VetoException
merge
public void merge(ContentEvent event)
throws VetoException
- Throws:
VetoException