public class DummyActionTask extends Object implements Runnable, ApplicationClient
A dummy task class that is associated with actions for which no implementation is provided.
This task simply opens a dialog box that displays a message stating that the desired functionality is not yet implemented.
Constructor and Description |
---|
DummyActionTask() |
Modifier and Type | Method and Description |
---|---|
void |
run()
Executes this task.
|
void |
setApplication(Application app)
Sets a reference to the global
Application object. |
public void setApplication(Application app)
ApplicationClient
Application
object. This method is
automatically invoked by the framework.setApplication
in interface ApplicationClient
app
- the reference to the global applicationCopyright © 2016 The JGUIraffe Team. All rights reserved.