listenActions method
Uses to listen CubeAction
sended to view
Implementation
@protected
void listenActions(ValueChanged<CubeAction> listener) {
_cubeActionListener = (cube, action) => listener(action);
addOnActionListener(_cubeActionListener);
}