|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wirefusion.player.Wob
wobs.text.player.TextWob
public class TextWob
Represents a Text object in the WireFusion player.
| Constructor Summary | |
|---|---|
TextWob(java.lang.String value)
Creates a TextWob object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Returns the string value. |
void |
processInportEvent(Wob arg,
int inport)
Override to handle inport events sent to your Wob. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextWob(java.lang.String value)
value - | Method Detail |
|---|
public java.lang.String getValue()
public void processInportEvent(Wob arg,
int inport)
Wob
processInportEvent in class Wobarg - the argument of an event sent to this objectinport - the in-port number the event has been sent to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||