org.eclipse.xtend.typesystem.uml2.ui
Interface UmlPluginListener


public interface UmlPluginListener

Implementors are notified whenever a new Profile in the workspace has been loaded by the Uml2AdapterPlugin.

Since:
2.0

Method Summary
 void profileLoaded(org.eclipse.core.resources.IFile file, org.eclipse.uml2.uml.Profile profile)
           
 

Method Detail

profileLoaded

void profileLoaded(org.eclipse.core.resources.IFile file,
                   org.eclipse.uml2.uml.Profile profile)