Mark WindowManagement as FrontendSpecific
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package fabrik.simulator.pic16f84.interfaces;
|
||||
|
||||
public interface WindowManagement extends PICComponentInterface {
|
||||
import fabrik.simulator.pic16f84.frontendspecifics.FrontendSpecificObject;
|
||||
|
||||
public interface WindowManagement extends PICComponentInterface, FrontendSpecificObject {
|
||||
static void refreshTable() {}
|
||||
|
||||
static void startFromMain(String[] args) {}
|
||||
|
||||
Reference in New Issue
Block a user