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

Inheritance: IFunction
Mostra file Open project: gwupe/Gwupe

Public Methods

Method Description
Close ( ) : void
OnActivate ( EventArgs e ) : void
OnDeactivate ( EventArgs e ) : void

Protected Methods

Method Description
OnFunctionUnderwayChange ( FunctionUnderwayChangeArgs e ) : void
OnNewActivity ( EngagementActivity e ) : void

Method Details

Close() public abstract method

public abstract Close ( ) : void
return void

OnActivate() public method

public OnActivate ( EventArgs e ) : void
e System.EventArgs
return void

OnDeactivate() public method

public OnDeactivate ( EventArgs e ) : void
e System.EventArgs
return void

OnFunctionUnderwayChange() protected method

protected OnFunctionUnderwayChange ( FunctionUnderwayChangeArgs e ) : void
e FunctionUnderwayChangeArgs
return void

OnNewActivity() protected method

protected OnNewActivity ( EngagementActivity e ) : void
e EngagementActivity
return void