Uses of Interface
org.apache.tuscany.sdo.api.EventListener

Uses of EventListener in org.apache.tuscany.sdo.api
 

Methods in org.apache.tuscany.sdo.api with parameters of type EventListener
static void SDOUtil.addChangeListener(commonj.sdo.DataObject dob, EventListener l)
           
 void SDOHelper.addChangeListener(commonj.sdo.DataObject dob, EventListener listener)
          An experimental interface, subject to possible change that permits registration of an event listener with a DataObject instance
static void SDOUtil.removeChangeListener(commonj.sdo.DataObject dob, EventListener l)
           
 void SDOHelper.removeChangeListener(commonj.sdo.DataObject dob, EventListener listener)
          An experimental interface, subject to possible change that permits deregistration of an event listener with a DataObject instance
 



Copyright © 2008 The Apache Software Foundation. All Rights Reserved.