*** empty log message ***
[IRC.git] / Robust / Transactions / TransactionalIOSrc / interfaces / TransactionalProgram.java
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5
6 package TransactionalIO.interfaces;
7
8 /**
9  *
10  * @author navid
11  */
12 public interface TransactionalProgram {
13     public void execute();
14
15 }