Class LibraryDistributionSupportChangeEvent
java.lang.Object
com.e1c.g5.v8.dt.library.distribution.LibraryDistributionSupportChangeEvent
- All Implemented Interfaces:
IEvent
Special
IEvent for getting information about changing Distribution Support information-
Constructor Summary
ConstructorsConstructorDescriptionLibraryDistributionSupportChangeEvent(org.eclipse.core.resources.IProject project) Constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.resources.IProjectGet event source project
-
Constructor Details
-
LibraryDistributionSupportChangeEvent
public LibraryDistributionSupportChangeEvent(org.eclipse.core.resources.IProject project) Constructor- Parameters:
project-IProjectfor which Distribution Support information was changed, can't benull
-
-
Method Details
-
getProject
public org.eclipse.core.resources.IProject getProject()Description copied from interface:IEventGet event source project- Specified by:
getProjectin interfaceIEvent- Returns:
- the source project
-