MoveEvent"
From Documentation
Tmillsclare (talk | contribs) |
m ((via JWB)) |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
Component Implementation Note: | Component Implementation Note: | ||
− | A movable component must implement < | + | A movable component must implement <code>Movable</code> for the returned object of <code>ComponentCtrl.getExtraCtrl()</code>. |
= Example = | = Example = | ||
Line 20: | Line 20: | ||
=Supported events= | =Supported events= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 34: | Line 34: | ||
=Use cases= | =Use cases= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
Line 44: | Line 44: | ||
=Version History= | =Version History= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- |
Latest revision as of 10:41, 12 January 2022
MoveEvent
- Demonstration: N/A
- Java API: MoveEvent
- JavaScript API: N/A
Employment/Purpose
Represents an event caused by a component being moved.
Component Implementation Note:
A movable component must implement Movable
for the returned object of ComponentCtrl.getExtraCtrl()
.
Example
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|