C# Class ObserverList, PocketGodsRPG_Proto

Afficher le fichier Open project: pocket-playlab/PocketGodsRPG_Proto Class Usage Examples

Méthodes publiques

Méthode Description
AddObserver ( System action ) : void
AddObserver ( System action ) : void
GetListenerLength ( ) : int
NotifyObservers ( ) : void
NotifyObservers ( Parameters parameters ) : void
ObserverList ( ) : System.Collections
RemoveAllObservers ( ) : void
RemoveObserver ( System action ) : void
RemoveObserver ( System action ) : void

Method Details

AddObserver() public méthode

public AddObserver ( System action ) : void
action System
Résultat void

AddObserver() public méthode

public AddObserver ( System action ) : void
action System
Résultat void

GetListenerLength() public méthode

public GetListenerLength ( ) : int
Résultat int

NotifyObservers() public méthode

public NotifyObservers ( ) : void
Résultat void

NotifyObservers() public méthode

public NotifyObservers ( Parameters parameters ) : void
parameters Parameters
Résultat void

ObserverList() public méthode

public ObserverList ( ) : System.Collections
Résultat System.Collections

RemoveAllObservers() public méthode

public RemoveAllObservers ( ) : void
Résultat void

RemoveObserver() public méthode

public RemoveObserver ( System action ) : void
action System
Résultat void

RemoveObserver() public méthode

public RemoveObserver ( System action ) : void
action System
Résultat void