|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flagstone.transform.action.Push.Builder
public static final class Push.Builder
The Builder class is used to generate a new Push object.
| Constructor Summary | |
|---|---|
Push.Builder()
|
|
| Method Summary | |
|---|---|
Push.Builder |
add(Object value)
Adds a value to the list. |
Push |
build()
Generate a Push using the set of values defined in the Builder. |
Push.Builder |
clear()
Clear the list of values added to the Builder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Push.Builder()
| Method Detail |
|---|
public Push.Builder add(Object value)
value - a value that will be pushed onto the Flash Player's stack
when the action is executed.
public Push.Builder clear()
public Push build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||