com.ibm.ws.container.service.metadata
Interface ComponentMetaDataListener


public interface ComponentMetaDataListener


Method Summary
 void componentMetaDataCreated(MetaDataEvent<com.ibm.ws.runtime.metadata.ComponentMetaData> event)
          Notification that the component for a module has been created.
 void componentMetaDataDestroyed(MetaDataEvent<com.ibm.ws.runtime.metadata.ComponentMetaData> event)
          Notification that the metadata for a component has been destroyed.
 

Method Detail

componentMetaDataCreated

void componentMetaDataCreated(MetaDataEvent<com.ibm.ws.runtime.metadata.ComponentMetaData> event)
Notification that the component for a module has been created.

Parameters:
event - the event

componentMetaDataDestroyed

void componentMetaDataDestroyed(MetaDataEvent<com.ibm.ws.runtime.metadata.ComponentMetaData> event)
Notification that the metadata for a component has been destroyed. This event might be fired without a corresponding componentMetaDataCreated(com.ibm.ws.container.service.metadata.MetaDataEvent) event if an error occurred while creating the metadata.

Parameters:
event - the event