public class NumberNetController
extends java.lang.Object
| Constructor and Description |
|---|
NumberNetController(MultiTouchInputComponent input)
Instantiates a new number net controller.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getCurrentTargetSet()
Gets the current target set.
|
void |
setCurrentTargetSet(java.lang.Double currentTargetSet)
Sets the current target set.
|
void |
setExpressionSession(ExpressionSession session)
Sets the expression session.
|
void |
shutdown()
Shutdown.
|
public NumberNetController(MultiTouchInputComponent input) throws ContentTypeNotBoundException
input - the inputContentTypeNotBoundException - the content type not bound exceptionpublic java.lang.Double getCurrentTargetSet()
public void setCurrentTargetSet(java.lang.Double currentTargetSet)
currentTargetSet - the new current target setpublic void setExpressionSession(ExpressionSession session)
session - the new expression sessionpublic void shutdown()