продолжение рефакторинга. создал предка для класса current
This commit is contained in:
14
src/Common/Visual/DataControl_OLD.java
Normal file
14
src/Common/Visual/DataControl_OLD.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package Common.Visual;
|
||||
import Common.CurrentAnchestor;
|
||||
import Common_old.Current;
|
||||
public interface DataControl_OLD {
|
||||
//todo скорее всего устареет.
|
||||
default CurrentAnchestor getCurrent() {
|
||||
return null;
|
||||
}
|
||||
//-?
|
||||
default void ShowCurrentObject() throws Exception {
|
||||
}
|
||||
default void ShowNoCurrentObject() throws Exception {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user