GetEventBridge() private method

private GetEventBridge ( string strType ) : EventBridge
strType string
return EventBridge
Example #1
0
 public EventListener(EventDispatcher owner, string type)
 {
     _bridge = owner.GetEventBridge(type);
     _type   = type;
 }