Package | Description |
---|---|
com.putable.common.matrix |
Provides the classes necessary to construct a Matrix object
|
Modifier and Type | Field and Description |
---|---|
private ClickFunction |
Token.clickFunction
The function that processes clicks for this Token
|
Modifier and Type | Method and Description |
---|---|
ClickFunction |
Token.getClickFunction()
Gets the function that processes clicks for this Token
|
Modifier and Type | Method and Description |
---|---|
void |
Token.setClickFunction(ClickFunction clickFunction)
Sets the function that processes clicks for this Token
|