C# Class Sakuno.KanColle.Amatsukaze.Game.Parsers.SingleApiAfterProcessCompletedSubscription

Inheritance: SingleApiSubscription
Afficher le fichier Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Méthodes publiques

Méthode Description
SingleApiAfterProcessCompletedSubscription ( string api, Action action ) : Sakuno.KanColle.Amatsukaze.Game.Services

Méthodes protégées

Méthode Description
Subscribe ( ) : void
Unsubscribe ( ) : void

Method Details

SingleApiAfterProcessCompletedSubscription() public méthode

public SingleApiAfterProcessCompletedSubscription ( string api, Action action ) : Sakuno.KanColle.Amatsukaze.Game.Services
api string
action Action
Résultat Sakuno.KanColle.Amatsukaze.Game.Services

Subscribe() protected méthode

protected Subscribe ( ) : void
Résultat void

Unsubscribe() protected méthode

protected Unsubscribe ( ) : void
Résultat void