1: /* 2: * Created on Dec 2, 2006 3: */ 4: package uk.org.ponder.rsf.state.entity; 5: 6: public interface UpdatableEntityHandler extends EntityHandler { 7: public void update(Object toupdate); 8: }