Interface ProjectionListener
- All Known Implementing Classes:
BaseProjectionListener
public interface ProjectionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidenterProjection(Projection projection) voidenterProjectionDataTypeProperty(ProjectionDataTypeProperty projectionDataTypeProperty) voidenterProjectionProjectionReference(ProjectionProjectionReference projectionProjectionReference) voidenterProjectionReferenceProperty(ProjectionReferenceProperty projectionReferenceProperty) voidexitProjection(Projection projection) voidexitProjectionDataTypeProperty(ProjectionDataTypeProperty projectionDataTypeProperty) voidexitProjectionProjectionReference(ProjectionProjectionReference projectionProjectionReference) voidexitProjectionReferenceProperty(ProjectionReferenceProperty projectionReferenceProperty)
-
Method Details
-
enterProjection
-
exitProjection
-
enterProjectionReferenceProperty
-
exitProjectionReferenceProperty
-
enterProjectionProjectionReference
void enterProjectionProjectionReference(ProjectionProjectionReference projectionProjectionReference) -
exitProjectionProjectionReference
-
enterProjectionDataTypeProperty
-
exitProjectionDataTypeProperty
-