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.IProject
Get event source project
-
Constructor Details
-
LibraryDistributionSupportChangeEvent
public LibraryDistributionSupportChangeEvent(org.eclipse.core.resources.IProject project) Constructor- Parameters:
project
-IProject
for which Distribution Support information was changed, can't benull
-
-
Method Details
-
getProject
public org.eclipse.core.resources.IProject getProject()Description copied from interface:IEvent
Get event source project- Specified by:
getProject
in interfaceIEvent
- Returns:
- the source project
-