org.eclipse.birt.report.model.api.core
Interface IResourceChangeListener


public interface IResourceChangeListener

This listener is notified of changes to resources in the resource path. The resources under resource path is suppose to be one of following:

Clients may implement this interface.


Method Summary
 void resourceChanged(ModuleHandle module, ResourceChangeEvent event)
          Notifies this listener that some resource changes happened.
 

Method Detail

resourceChanged

void resourceChanged(ModuleHandle module,
                     ResourceChangeEvent event)
Notifies this listener that some resource changes happened. The supplied event gives details.

Parameters:
module - the module
event - the resource change event


Copyright © 2008 Actuate Corp. All rights reserved.