|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.moyoman.client.reference.util.SwingWorker
|
+--org.moyoman.client.reference.DeleteGamesSwingWorker
Provides an implementation of SwingWorker to perform the delete
game action in a separate thread.
| Nested Class Summary |
| Nested classes inherited from class org.moyoman.client.reference.util.SwingWorker |
|
| Field Summary | |
private CommandExecutor |
_commandExecutor
Command executor. |
private String[] |
_gameIds
The game IDs. |
private IMoyoman |
_owner
The owner. |
| Fields inherited from class org.moyoman.client.reference.util.SwingWorker |
|
| Constructor Summary | |
DeleteGamesSwingWorker(IMoyoman owner,
CommandExecutor commandExecutor,
String[] gameIds)
Construct this object with the given parameters. |
|
| Method Summary | |
Object |
construct()
Execute time-consuming code. |
void |
finished()
Perform final actions on the event-dispatching thread. |
| Methods inherited from class org.moyoman.client.reference.util.SwingWorker |
get, getValue, interrupt, start |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private CommandExecutor _commandExecutor
private IMoyoman _owner
private String[] _gameIds
| Constructor Detail |
public DeleteGamesSwingWorker(IMoyoman owner,
CommandExecutor commandExecutor,
String[] gameIds)
owner - Moyoman owner.commandExecutor - Command executor.gameIds - Array of game IDs.| Method Detail |
public Object construct()
construct in class SwingWorkerpublic void finished()
finished in class SwingWorker
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||