1 23 24 package org.apache.slide.event; 25 26 31 public class ContentAdapter implements ContentListener { 32 public void retrieve(ContentEvent event) throws VetoException { 33 } 34 35 public void store(ContentEvent event) throws VetoException { 36 } 37 38 public void create(ContentEvent event) throws VetoException { 39 } 40 41 public void remove(ContentEvent event) throws VetoException { 42 } 43 44 public void fork(ContentEvent event) throws VetoException { 45 } 46 47 public void merge(ContentEvent event) throws VetoException { 48 } 49 } | Popular Tags |