Salome HOME
SIMAN Eclipse workspace first version
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / NotYetImplementedAction.java
1 package org.splat.simer;
2
3
4 public class NotYetImplementedAction extends Action {
5
6         private static final long serialVersionUID = 3131921588316476454L;
7
8 //  ==============================================================================================================================
9 //  Action methods
10 //  ==============================================================================================================================
11
12     public String doInitialize () {
13 //  -----------------------------      
14       return SUCCESS;
15     }
16 }