public OutputToConsole(IInputGatherer boss) { boss.RegisterListener(this); }
public MessagePassthrough(IInputGatherer remote, IInternalConditionGatherer condition) { remote.RegisterListener(this); condition.RegisterListener(this); }
public Xbox360Pad(IInputGatherer gatherer) { this.gatherer = gatherer; }