com.threerings.stage.client
Class StageSceneController
java.lang.Object
com.samskivert.swing.Controller
com.threerings.crowd.client.PlaceController
com.threerings.whirled.client.SceneController
com.threerings.whirled.spot.client.SpotSceneController
com.threerings.stage.client.StageSceneController
- All Implemented Interfaces:
- ActionListener, EventListener
public class StageSceneController
- extends SpotSceneController
Extends the SpotSceneController with functionality specific to
displaying Stage scenes.
| Nested classes/interfaces inherited from class com.threerings.crowd.client.PlaceController |
com.threerings.crowd.client.PlaceController.DelegateOp |
| Methods inherited from class com.threerings.crowd.client.PlaceController |
getPlaceConfig, getPlaceView, handleAction, mayLeavePlace |
| Methods inherited from class com.samskivert.swing.Controller |
actionPerformed, configureAction, createActionButton, handleAction, handleAction, handleAction, postAction, postAction, postAction, setControlledPanel, wasAdded, wasRemoved |
StageSceneController
public StageSceneController()
handleLocationClicked
public void handleLocationClicked(Object source,
StageLocation loc)
- Called when the user clicks on a location within the scene.
handleClusterClicked
public void handleClusterClicked(Object source,
Tuple<Cluster,Point> tuple)
- Handles a cluster clicked event.
- Parameters:
tuple - the cluster that was clicked and the screen coords of the click.
Copyright © 2011. All Rights Reserved.