Inherited by org.classroomgaming.cgp.GameModule, and org.classroomgaming.cgp.GameUI.
Public Member Functions | |
| void | actionPerformed (ActionEvent e) |
| void | addPropertyChangeListener (PropertyChangeListener listener) |
| boolean | getEnabled () |
| GameModuleInterface | getParent () |
| void | propertyChange (PropertyChangeEvent e) |
| void | removePropertyChangeListener (PropertyChangeListener listener) |
| void | setEnabled (boolean value) |
Static Public Attributes | |
| static final String | PROP_ENABLED = "enabled" |
Definition at line 17 of file GameModuleInterface.java.
| void org.classroomgaming.cgp.GameModuleInterface.actionPerformed | ( | ActionEvent | e | ) |
Implemented in org.classroomgaming.cgp.GameModule, and org.classroomgaming.cgp.GameUI.
| void org.classroomgaming.cgp.GameModuleInterface.addPropertyChangeListener | ( | PropertyChangeListener | listener | ) |
Implemented in org.classroomgaming.cgp.GameModule, and org.classroomgaming.cgp.GameUI.
| boolean org.classroomgaming.cgp.GameModuleInterface.getEnabled | ( | ) |
Implemented in org.classroomgaming.cgp.GameModule, and org.classroomgaming.cgp.GameUI.
| GameModuleInterface org.classroomgaming.cgp.GameModuleInterface.getParent | ( | ) |
Implemented in org.classroomgaming.cgp.GameModule, and org.classroomgaming.cgp.GameUI.
| void org.classroomgaming.cgp.GameModuleInterface.propertyChange | ( | PropertyChangeEvent | e | ) |
| void org.classroomgaming.cgp.GameModuleInterface.removePropertyChangeListener | ( | PropertyChangeListener | listener | ) |
Implemented in org.classroomgaming.cgp.GameModule, and org.classroomgaming.cgp.GameUI.
| void org.classroomgaming.cgp.GameModuleInterface.setEnabled | ( | boolean | value | ) |
Implemented in org.classroomgaming.cgp.GameModule, and org.classroomgaming.cgp.GameUI.
final String org.classroomgaming.cgp.GameModuleInterface.PROP_ENABLED = "enabled" [static] |
Definition at line 19 of file GameModuleInterface.java.
1.5.8