C# Class Animatroller.Framework.Effect.MasterSweeper

Datei anzeigen Open project: HakanL/animatroller

Protected Properties

Property Type Description
log Logger

Public Methods

Method Description
MasterSweeper ( Controller timer ) : System
RegisterJob ( EffectAction action, System.TimeSpan oneSweepDuration, int iterations ) : MasterSweeper.Job

Private Methods

Method Description
timer_Tick ( object sender, Controller e ) : void

Method Details

MasterSweeper() public method

public MasterSweeper ( Controller timer ) : System
timer Controller
return System

RegisterJob() public method

public RegisterJob ( EffectAction action, System.TimeSpan oneSweepDuration, int iterations ) : MasterSweeper.Job
action EffectAction
oneSweepDuration System.TimeSpan
iterations int
return MasterSweeper.Job

Property Details

log protected_oe static_oe property

protected static Logger log
return Logger