source: DCWoRMS/trunk/src/schedframe/Initializable.java @ 477

Revision 477, 85 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe;
2
3public interface Initializable {
4       
5        public void initiate();
6       
7}
Note: See TracBrowser for help on using the repository browser.