public class ActionPattern
extends java.lang.Object
Constructor and Description |
---|
ActionPattern(java.lang.String type,
java.lang.String actionId)
Action pattern constructor
|
Modifier and Type | Method and Description |
---|---|
Action |
make()
Returns new instance of action from this pattern
|
public ActionPattern(java.lang.String type, java.lang.String actionId)
type
- Action typeactionId
- Action ID, e.g. effect ID for effect actionpublic Action make()