public class ActionRef extends Object
Constructor and Description |
---|
ActionRef(String path,
boolean cancel,
Collection<ActionRef> refs)
Create action reference.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
getCancel()
Get the cancel flag.
|
String |
getPath()
Get media path.
|
Collection<ActionRef> |
getRefs()
Get the associated actions.
|
int |
hashCode() |
String |
toString() |
public ActionRef(String path, boolean cancel, Collection<ActionRef> refs)
path
- The action media path.cancel
- The cancel flag.refs
- The associated actions.LionEngineException
- If null
arguments.public String getPath()
public boolean getCancel()
public Collection<ActionRef> getRefs()
Copyright © 2017 Byron 3D Games Studio. All rights reserved.