org.apache.tuscany.sdo.api
Interface EventListener

All Known Implementing Classes:
ListenerBase

public interface EventListener

An experimental Tuscany API interface, subject to possible change. Can be registered with a DataObject instance to permit change notifications for Property values of the DataObject.

See Also:
SDOHelper.addChangeListener(commonj.sdo.DataObject, EventListener)

Method Summary
 void eventNotification(Event e)
           
 

Method Detail

eventNotification

void eventNotification(Event e)


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