|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nexttext.behaviour.AbstractAction
net.nexttext.behaviour.standard.DoNothing
public class DoNothing
Does nothing to a TextObject.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.nexttext.behaviour.Action |
|---|
Action.ActionResult |
| Constructor Summary | |
|---|---|
DoNothing()
Do nothing, returning the default ActionResult(false, false, false). |
|
DoNothing(boolean complete,
boolean canComplete,
boolean event)
Do nothing, returning an ActionResult constructed with the given values. |
|
| Method Summary | |
|---|---|
Action.ActionResult |
behave(TextObject to)
Does nothing to the TextObject. |
| Methods inherited from class net.nexttext.behaviour.AbstractAction |
|---|
behave, behave, complete, getDisplayName, getRequiredProperties, makeBehaviour, properties, setDisplayName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoNothing()
public DoNothing(boolean complete,
boolean canComplete,
boolean event)
| Method Detail |
|---|
public Action.ActionResult behave(TextObject to)
behave in interface Actionbehave in class AbstractAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||