|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoemware.core.apictrl.BaseController
public abstract class BaseController
The base controller abstract object.
| Constructor Summary | |
|---|---|
BaseController()
|
|
| Method Summary | |
|---|---|
void |
addAction(oemware.core.apictrl.Action pAction)
Add an action to a controller. |
oemware.core.apictrl.Action |
findAction(java.lang.String pActionName)
Find an action based on a name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseController()
| Method Detail |
|---|
public void addAction(oemware.core.apictrl.Action pAction)
addAction in interface ControllerpAction - The action.public oemware.core.apictrl.Action findAction(java.lang.String pActionName)
findAction in interface ControllerpActionName - The action name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||