com.ibm.carma.ui
Interface IResourceStateChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CarmaDecorator

public interface IResourceStateChangeListener
extends java.util.EventListener

Interface to implement for those who'd like to listen to changes in the state of project association

Since:
7.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void projectConfigured(ICARMAResourceReference project)
          Notification that a project has been associated with a CARMA hierachy item
 void projectDeconfigured(ICARMAResourceReference project)
          Notification that a project has been un-associated with a CARMA hierachy item
 void resourceModified(ICARMAResourceReference[] references)
          Notification that a project has been modified within a CARMA associated project
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

projectConfigured

void projectConfigured(ICARMAResourceReference project)
Notification that a project has been associated with a CARMA hierachy item

Parameters:
project - the reference to the associated project

projectDeconfigured

void projectDeconfigured(ICARMAResourceReference project)
Notification that a project has been un-associated with a CARMA hierachy item

Parameters:
project - the reference to the associated project

resourceModified

void resourceModified(ICARMAResourceReference[] references)
Notification that a project has been modified within a CARMA associated project

Parameters:
references - the references to the modified resources
Since:
7.1