|
SPFramework API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInputPlugin
Field Summary |
---|
Fields inherited from interface org.n52.ifgicopter.spf.common.IModule |
---|
STATUS_NOT_RUNNING, STATUS_RUNNING |
Method Summary | |
---|---|
InputStream |
getConfigFile()
|
String |
getName()
|
List<Map<String,Object>> |
getNewData()
this method returns the new available data sets of the input plugin. |
int |
getStatus()
|
String |
getStatusString()
This method should return a String representing the current status of the IOutputPlugin . |
PluginGUI |
getUserInterface()
If this method returns a JPanel not equal null the Panel is then rendered in the framework gui. |
boolean |
hasNewData()
this is called in cycle by the framework core. |
Methods inherited from interface org.n52.ifgicopter.spf.common.IModule |
---|
init, shutdown |
Method Detail |
---|
InputStream getConfigFile()
boolean hasNewData()
getNewData()
method is called.
List<Map<String,Object>> getNewData()
int getStatus()
IModule.STATUS_RUNNING
and IModule.STATUS_NOT_RUNNING
.String getStatusString()
IOutputPlugin
.
String getName()
PluginGUI getUserInterface()
|
SPFramework API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |