Changeset 822 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 11/26/08 15:31:25 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IJob.cs
r819 r822 1 1 using System; 2 2 using HeuristicLab.Core; 3 namespace HeuristicLab.Hive.C lient.Common{3 namespace HeuristicLab.Hive.Contracts { 4 4 public interface IJob: IStorable { 5 5 event EventHandler JobStopped;
Note: See TracChangeset
for help on using the changeset viewer.