- Timestamp:
- 10/20/07 18:39:22 (5 years ago)
- Location:
- mymrc/trunk/Java-client/src/org/myMRC
- Files:
-
- 4 modified
-
parser/FormParser.java (modified) (1 diff)
-
screen/FormScreen.java (modified) (1 diff)
-
screen/ListScreen.java (modified) (1 diff)
-
screen/PlaybackCanvas.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mymrc/trunk/Java-client/src/org/myMRC/parser/FormParser.java
r32 r47 69 69 * it in the given FormEntry object. 70 70 * 71 * @param entry Parent ListEntry object to store the parsed entry into.72 71 * @throws XmlPullParserException if an Exception from the underlying XML 73 72 * parser occurs. -
mymrc/trunk/Java-client/src/org/myMRC/screen/FormScreen.java
r19 r47 114 114 * Handles an executed command (when the appropriate key was pressed). 115 115 * 116 * @param command Command to execute117 * @param display Reference to the Displayable object116 * @param command Command to execute 117 * @param displayable Reference to the Displayable object 118 118 */ 119 119 public void commandAction(Command command, Displayable displayable) { -
mymrc/trunk/Java-client/src/org/myMRC/screen/ListScreen.java
r10 r47 123 123 * Handles an executed command (when the appropriate key was pressed). 124 124 * 125 * @param command Command to execute126 * @param display Reference to the Displayable object125 * @param command Command to execute 126 * @param displayable Reference to the Displayable object 127 127 */ 128 128 public void commandAction(Command command, Displayable displayable) { -
mymrc/trunk/Java-client/src/org/myMRC/screen/PlaybackCanvas.java
r44 r47 280 280 * (when the appropriate menu softkey was pressed). 281 281 * 282 * @param command Command to execute283 * @param display Reference to the Displayable object282 * @param command Command to execute 283 * @param displayable Reference to the Displayable object 284 284 */ 285 285 public void commandAction(Command command, Displayable displayable) {
