C# Class SFXUtility.Class.Mediator

Show file Open project: Smokyfox/LeagueSharp

Public Methods

Method Description
Mediator ( ) : System
NotifyColleagues ( object from, object message ) : void
Register ( object from, Action callback ) : void

Method Details

Mediator() public method

public Mediator ( ) : System
return System

NotifyColleagues() public method

public NotifyColleagues ( object from, object message ) : void
from object
message object
return void

Register() public method

public Register ( object from, Action callback ) : void
from object
callback Action
return void