sendAction method
Method to send anything to view
Implementation
@protected
void sendAction(CubeAction action) {
if (_onActionListeners.isNotEmpty) {
_onActionListeners.last(this, action);
}
}
Method to send anything to view
@protected
void sendAction(CubeAction action) {
if (_onActionListeners.isNotEmpty) {
_onActionListeners.last(this, action);
}
}