org.nuiton.util
Class ApplicationConfig.Action
java.lang.Object
org.nuiton.util.ApplicationConfig.Action
- Enclosing class:
- ApplicationConfig
public static class ApplicationConfig.Action
- extends Object
Defines a runtime action to be launched via the doAction()
method.
- Author:
- poussin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
step
protected int step
o
protected Object o
m
protected Method m
params
protected String[] params
ApplicationConfig.Action
public ApplicationConfig.Action(int step,
Object o,
Method m,
String... params)
doAction
public void doAction()
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException,
InstantiationException
- Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
InstantiationException
Copyright © 2004-2012 CodeLutin. All Rights Reserved.