|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.slide.event.ContentAdapter
Content adapter class
Constructor Summary | |
ContentAdapter()
|
Method Summary | |
void |
create(ContentEvent event)
|
void |
fork(ContentEvent event)
|
void |
merge(ContentEvent event)
|
void |
remove(ContentEvent event)
|
void |
retrieve(ContentEvent event)
|
void |
store(ContentEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContentAdapter()
Method Detail |
public void retrieve(ContentEvent event) throws VetoException
retrieve
in interface ContentListener
VetoException
public void store(ContentEvent event) throws VetoException
store
in interface ContentListener
VetoException
public void create(ContentEvent event) throws VetoException
create
in interface ContentListener
VetoException
public void remove(ContentEvent event) throws VetoException
remove
in interface ContentListener
VetoException
public void fork(ContentEvent event) throws VetoException
fork
in interface ContentListener
VetoException
public void merge(ContentEvent event) throws VetoException
merge
in interface ContentListener
VetoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |