C# Class Gwupe.Agent.Components.Functions.API.FunctionImpl

Inheritance: IFunction
Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Méthode Description
Close ( ) : void
OnActivate ( EventArgs e ) : void
OnDeactivate ( EventArgs e ) : void

Méthodes protégées

Méthode Description
OnFunctionUnderwayChange ( FunctionUnderwayChangeArgs e ) : void
OnNewActivity ( EngagementActivity e ) : void

Method Details

Close() public abstract méthode

public abstract Close ( ) : void
Résultat void

OnActivate() public méthode

public OnActivate ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDeactivate() public méthode

public OnDeactivate ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnFunctionUnderwayChange() protected méthode

protected OnFunctionUnderwayChange ( FunctionUnderwayChangeArgs e ) : void
e FunctionUnderwayChangeArgs
Résultat void

OnNewActivity() protected méthode

protected OnNewActivity ( EngagementActivity e ) : void
e EngagementActivity
Résultat void