source:
trunk/sources/HeuristicLab.Visualization/IAggregator.cs
@
1325
Last change on this file since 1325 was 1325, checked in by cbahner, 16 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.Visualization { |
7 | public interface IAggregator : IDataRow { |
8 | void AddWatch(IDataRow dataRow); |
9 | void RemoveWatch(IDataRow dataRow); |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.