Package com._1c.g5.v8.dt.bsl.common
Interface IBslModuleEventData
- All Known Implementing Classes:
BslModuleEventData
public interface IBslModuleEventData
Data wrapper for module event to use in
Contains information about caller event owner
IBslModuleInformationService
Contains information about caller event owner
EObject, EventItemType
and directive flag-
Method Summary
Modifier and TypeMethodDescriptionGet event item typeEventItemTypeorg.eclipse.emf.ecore.EObjectGet event ownerEObject
-
Method Details
-
getEventOwner
org.eclipse.emf.ecore.EObject getEventOwner()Get event ownerEObject- Returns:
EObjectevent owner, cannot benull
-
getEventItemType
EventItemType getEventItemType()Get event item typeEventItemType- Returns:
EventItemType, cannot benull
-