public class BlocksWorldApp extends java.lang.Object implements GoalListener
| Constructor and Description |
|---|
BlocksWorldApp() |
| Modifier and Type | Method and Description |
|---|---|
void |
createAndShowUI(BlocksWorldView view) |
void |
goalPerformed(GoalEvent event)
Notifies the listener that a goal that was performed.
|
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args)
public void createAndShowUI(BlocksWorldView view)
public void goalPerformed(GoalEvent event)
GoalListenergoalPerformed in interface GoalListenerevent - the goal event that occurred.