edu.uky.rch.ept.data
Interface IResourceChangeListener

All Superinterfaces:
EventListener

public interface IResourceChangeListener
extends EventListener

A resource change listener is notified of changes to resources that it is associated with. These changes arise from direct manipulation of resources through the DataFactory.

Clients may implement this interface.

Author:
Sandeep Bodapati

Method Summary
 void resourceChanged(ResourceChangeEvent rce)
          Notifies this listener that a resource change has occurred.
 

Method Detail

resourceChanged

public void resourceChanged(ResourceChangeEvent rce)
Notifies this listener that a resource change has occurred. The supplied event gives details.

Note: This method is called by the platform; it is not intended to be called directly by clients.

Parameters:
rce - the resource change event