|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionMethod | |
|---|---|
| com.tootsville.game | |
| com.tootsville.npc | |
| org.starhope.appius.user.events | |
| Uses of ActionMethod in com.tootsville.game |
|---|
| Classes in com.tootsville.game that implement ActionMethod | |
|---|---|
private class |
HauntedOrgan.HauntedOrganClickButton
WRITEME edward.winkelman@gmail.com Oct 11, 2010 |
| Uses of ActionMethod in com.tootsville.npc |
|---|
| Classes in com.tootsville.npc that implement ActionMethod | |
|---|---|
(package private) static class |
Harmony.KidWalksUpTo
WRITEME: Document this type. |
(package private) static class |
SmudgeStain.StepOnMe
WRITEME: Document this type. |
| Uses of ActionMethod in org.starhope.appius.user.events |
|---|
| Fields in org.starhope.appius.user.events declared as ActionMethod | |
|---|---|
private ActionMethod |
ActionHandler.myTarget
target method of the action |
| Methods in org.starhope.appius.user.events that return ActionMethod | |
|---|---|
ActionMethod |
ActionHandler.getTarget()
|
ActionMethod |
ActionHandlerInterface.getTarget()
|
| Methods in org.starhope.appius.user.events with parameters of type ActionMethod | |
|---|---|
void |
ActionHandler.setTarget(ActionMethod newTarget)
|
void |
ActionHandlerInterface.setTarget(ActionMethod newTarget)
|
| Constructors in org.starhope.appius.user.events with parameters of type ActionMethod | |
|---|---|
ActionHandler(Room room,
AbstractUser subject,
String verb,
AbstractUser object,
ActionMethod target)
Create a new action handler matching a usual set of conditions. |
|
ActionHandler(Room room,
AbstractUser subject,
String verb,
AbstractUser object,
String dative,
ActionMethod target)
This is the “old form” action handler interface, to be replaced with the new Action object interface. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||