C# Class SFXUtility.Class.Mediator

Afficher le fichier Open project: Smokyfox/LeagueSharp

Méthodes publiques

Méthode Description
Mediator ( ) : System
NotifyColleagues ( object from, object message ) : void
Register ( object from, Action callback ) : void

Method Details

Mediator() public méthode

public Mediator ( ) : System
Résultat System

NotifyColleagues() public méthode

public NotifyColleagues ( object from, object message ) : void
from object
message object
Résultat void

Register() public méthode

public Register ( object from, Action callback ) : void
from object
callback Action
Résultat void