public abstract class PHATCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PHATCommand.Function |
static class |
PHATCommand.State |
| Constructor and Description |
|---|
PHATCommand() |
PHATCommand(PHATCommandListener listener) |
| Modifier and Type | Method and Description |
|---|---|
PHATCommand.Function |
getFunction() |
PHATCommandListener |
getListener() |
Object |
getResult() |
PHATCommand.State |
getState() |
abstract void |
interruptCommand(com.jme3.app.Application app) |
void |
run(com.jme3.app.Application app) |
abstract void |
runCommand(com.jme3.app.Application app) |
void |
setFunction(PHATCommand.Function function) |
void |
setListener(PHATCommandListener listener) |
protected void |
setState(PHATCommand.State state) |
protected static final Logger logger
public PHATCommand()
public PHATCommand(PHATCommandListener listener)
public void run(com.jme3.app.Application app)
public abstract void runCommand(com.jme3.app.Application app)
public abstract void interruptCommand(com.jme3.app.Application app)
public PHATCommand.State getState()
protected void setState(PHATCommand.State state)
public PHATCommand.Function getFunction()
public void setFunction(PHATCommand.Function function)
public PHATCommandListener getListener()
public void setListener(PHATCommandListener listener)
public Object getResult()
Copyright © 2017. All Rights Reserved.