Method | Description | |
---|---|---|
Process ( ProjectMercury.Controllers.TriggerContext &context ) : void |
Adds additional logic to an emitter trigger event.
|
Method | Description | |
---|---|---|
DeepCopy ( ProjectMercury.Controllers.AbstractController existingInstance ) : ProjectMercury.Controllers.AbstractController |
Copies the properties of this instance into the specified existing instance.
|
protected DeepCopy ( ProjectMercury.Controllers.AbstractController existingInstance ) : ProjectMercury.Controllers.AbstractController | ||
existingInstance | ProjectMercury.Controllers.AbstractController | An existing controller instance. |
return | ProjectMercury.Controllers.AbstractController |
public Process ( ProjectMercury.Controllers.TriggerContext &context ) : void | ||
context | ProjectMercury.Controllers.TriggerContext | The trigger context. |
return | void |