afterLoad method
Implementation
@override
void afterLoad(CommunicationDelegate delegate) {
communicationDelegate = delegate;
communicationDelegate?.setMessageReceiver(_receive);
_onListenOnRoutePush();
_onListenConsumeResource();
_onListenRemainResourceSize();
_onListenTotalResourceSize();
}