Interface MembersChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Fires once at initialization if the layout has any initial members, and then fires whenever members are added, removed or reordered.
-
Method Details
-
onMembersChanged
Fires once at initialization if the layout has any initial members, and then fires whenever members are added, removed or reordered.- Parameters:
event
- the event
-