Package com.anylogic.engine
- All Superinterfaces:
AgentExtension
,Serializable
- All Known Subinterfaces:
ExtEntity
- All Known Implementing Classes:
ExtEntityContinuousDelegate
,ExtEntityDelegate
@AnyLogicInternalAPI public interface ExtDefaultAnimationProvider extends AgentExtension
Modifier and Type | Method | Description |
---|---|---|
ShapeTopLevelPresentationGroup | createDefaultAnimation() | |
ShapeTopLevelPresentationGroup | getDefaultAnimation() | |
boolean | onClick() |
Should be overridden to define the reaction on mouse click.
|
@AnyLogicInternalAPI ShapeTopLevelPresentationGroup getDefaultAnimation()
@AnyLogicInternalAPI ShapeTopLevelPresentationGroup createDefaultAnimation()
@AnyLogicInternalAPI boolean onClick()
Should be overridden to define the reaction on mouse click.
- Returns:
- always return
false
here.