public abstract class PHATCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PHATCommand.Function |
static class |
PHATCommand.State |
| Constructor and Description |
|---|
PHATCommand(PHATCommandListener listener) |
| Modifier and Type | Method and Description |
|---|---|
PHATCommand.Function |
getFunction() |
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) |
protected void |
setState(PHATCommand.State state) |
protected static final Logger logger
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)
Copyright © 2015. All Rights Reserved.