net.sf.doolin.bus.sido
Class BusDataObjectController

java.lang.Object
  extended by net.sf.sido.support.DataObjectControllerAdapter
      extended by net.sf.doolin.bus.sido.BusDataObjectController
All Implemented Interfaces:
net.sf.sido.DataObjectController

public class BusDataObjectController
extends net.sf.sido.support.DataObjectControllerAdapter


Constructor Summary
BusDataObjectController()
           
 
Method Summary
<T> void
onPropertySetPost(net.sf.sido.DataObject sdo, String name, T oldValue, T newValue)
           
 
Methods inherited from class net.sf.sido.support.DataObjectControllerAdapter
onPropertyGet, onPropertySetPre
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusDataObjectController

public BusDataObjectController()
Method Detail

onPropertySetPost

public <T> void onPropertySetPost(net.sf.sido.DataObject sdo,
                                  String name,
                                  T oldValue,
                                  T newValue)
Specified by:
onPropertySetPost in interface net.sf.sido.DataObjectController
Overrides:
onPropertySetPost in class net.sf.sido.support.DataObjectControllerAdapter


Copyright © 2011. All Rights Reserved.