|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConditionalAction
The consequent of the antecedent of the conditional proposition. The data for the action to be taken when a Conditional calculates to True
| Method Summary | |
|---|---|
int |
getActionData()
Integer data for action |
String |
getActionDataString()
|
String |
getActionString()
String data for action |
String |
getDeviceName()
Name of the device or element that is effected |
ActionListener |
getListener()
|
int |
getOption()
Options on when action is taken |
String |
getOptionString()
return String name of the option for this consequent type |
Sound |
getSound()
get Sound file |
Timer |
getTimer()
|
int |
getType()
The consequent device or element type |
String |
getTypeString()
return String name of this consequent type |
boolean |
isTimerActive()
|
void |
setActionData(int actionData)
|
void |
setActionData(String actionData)
Sets action data from user's name for it |
void |
setActionString(String actionString)
|
void |
setDeviceName(String deviceName)
|
void |
setListener(ActionListener listener)
|
void |
setOption(int option)
|
void |
setOption(String option)
Sets option from user's name for it |
void |
setTimer(Timer timer)
|
void |
setType(int type)
|
void |
setType(String type)
Sets type from user's name for it |
void |
startTimer()
|
void |
stopTimer()
|
| Method Detail |
|---|
int getActionData()
String getActionDataString()
String getActionString()
String getDeviceName()
int getOption()
String getOptionString()
int getType()
String getTypeString()
void setActionData(String actionData)
void setActionData(int actionData)
void setActionString(String actionString)
void setDeviceName(String deviceName)
void setOption(String option)
void setOption(int option)
void setType(String type)
void setType(int type)
Timer getTimer()
void setTimer(Timer timer)
boolean isTimerActive()
void startTimer()
void stopTimer()
ActionListener getListener()
void setListener(ActionListener listener)
Sound getSound()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||