Interface HandlerContext
-
- All Known Implementing Classes:
CmmnHandlerContext
public interface HandlerContext
An implementation of this context should contain necessary information to be accessed by a
ModelElementHandler
.- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreActivity
getParent()
This method returns anactivity
.
-
-
-
Method Detail
-
getParent
CoreActivity getParent()
This method returns an
activity
. The returned activity represents a parent activity, which can containactivities
.The returned activity should be used as a parent activity for a new
activity
.- Returns:
- a
CoreActivity
-
-