-
public interface ControllerChangeHandler.ControllerChangeCompletedListenerA simplified listener for being notified when the change is complete. This MUST be called by any customControllerChangeHandlers in order to ensure that Controllers will be notified of this change.
-
-
Method Summary
Modifier and Type Method Description abstract voidonChangeCompleted()Called when the change is complete. -
-
Method Detail
-
onChangeCompleted
abstract void onChangeCompleted()
Called when the change is complete.
-
-
-
-