Uses of Class
org.ascape.model.event.ScapeEvent

Packages that use ScapeEvent
org.ascape.ant   
org.ascape.ant.swing   
org.ascape.gis.model   
org.ascape.gis.view   
org.ascape.model   
org.ascape.model.event   
org.ascape.model.rule   
org.ascape.query   
org.ascape.runtime   
org.ascape.runtime.swing   
org.ascape.view.custom   
org.ascape.view.nonvis   
org.ascape.view.vis   
org.ascape.view.vis.control   
 

Uses of ScapeEvent in org.ascape.ant
 

Methods in org.ascape.ant with parameters of type ScapeEvent
 void AllOutputView.scapeStarted(ScapeEvent scapeEvent)
          On scape start, record the start time and wirte the file headers.
 void AllOutputView.scapeStopped(ScapeEvent scapeEvent)
          On scape stop, writes the run parameters to the file.
 

Uses of ScapeEvent in org.ascape.ant.swing
 

Methods in org.ascape.ant.swing with parameters of type ScapeEvent
 void AntChartViewElement.scapeAdded(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.ascape.gis.model
 

Methods in org.ascape.gis.model with parameters of type ScapeEvent
 void ScapeTime.scapeIterated(ScapeEvent event)
          Each timestep, increment secondsSinceStart, and tell the CommunicationsNetwork and the CommandCenter to check their queues.
 

Uses of ScapeEvent in org.ascape.gis.view
 

Methods in org.ascape.gis.view with parameters of type ScapeEvent
 void MapView.scapeNotification(ScapeEvent scapeEvent)
          Notifies this view that its scape has been updated.
 

Uses of ScapeEvent in org.ascape.model
 

Methods in org.ascape.model with parameters of type ScapeEvent
 void Scape.environmentQuiting(ScapeEvent scapeEvent)
          Method called as the entire envornmnet is about to be exited.
 void Scape.notifyViews(ScapeEvent event)
          Notifies all scape listeners that this scapes state has changed.
 void Scape.scapeAdded(ScapeEvent scapeEvent)
          Add a scape to this listener.
 void Scape.scapeClosing(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time a scape sends a "closing" event.
 void Scape.scapeDeserialized(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time a scape sends a "deserialized" event.
 void Scape.scapeInitialized(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time a scape sends a "initialize" event, indicating it has been initialized.
 void Scape.scapeIterated(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time the scape is iterated.
 void Scape.scapeNotification(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time the scape is updated.
 void Scape.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the listener that the scape has removed it.
 void Scape.scapeSetup(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time a scape sends a "setup" method, indicating it needs to be setup for a run.
 void Scape.scapeStarted(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time the scape is started.
 void Scape.scapeStopped(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time the scape is stopped.
 

Uses of ScapeEvent in org.ascape.model.event
 

Methods in org.ascape.model.event with parameters of type ScapeEvent
 void ScapeListener.environmentQuiting(ScapeEvent scapeEvent)
          Method called as the environment is about to quit.
 void DefaultScapeListener.environmentQuiting(ScapeEvent scapeEvent)
          Method called as the scape is about to be closed.
 void ScapeListener.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void DefaultScapeListener.scapeAdded(ScapeEvent scapeEvent)
          Add the view to the scape, registering it as a listener, and ensuring that it hasn't been added to any other scapes.
 void ScapeListener.scapeClosing(ScapeEvent scapeEvent)
          Method called as the scape is about to be closed.
 void DefaultScapeListener.scapeClosing(ScapeEvent scapeEvent)
          Method called as the scape is about to be closed.
 void ScapeListener.scapeDeserialized(ScapeEvent scapeEvent)
          Method called immediatly after a model is deserialized.
 void DefaultScapeListener.scapeDeserialized(ScapeEvent scapeEvent)
          Method called immediatly after a model is deserialized.
 void ScapeListener.scapeInitialized(ScapeEvent scapeEvent)
          Called immediatly after the scape is initialized.
 void DefaultScapeListener.scapeInitialized(ScapeEvent scapeEvent)
          Called immediatly after the scape is initialized.
 void ScapeListener.scapeIterated(ScapeEvent scapeEvent)
          Called immediatly after scape is iterated.
 void DefaultScapeListener.scapeIterated(ScapeEvent scapeEvent)
          Called immediatly after scape is iterated.
 void ScapeListenerDelegate.scapeNotification(ScapeEvent scapeEvent)
          Notifies the delegating view that something has happened on the scape.
 void ScapeListener.scapeNotification(ScapeEvent scapeEvent)
          Informs the listener that the agent scape has some kind of notification for the listener,.
 void DefaultScapeListener.scapeNotification(ScapeEvent scapeEvent)
          Notifies the delegating view that something has happened on the scape.
 void ScapeListenerDelegate.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the listener that the scape has removed it.
 void ScapeListener.scapeRemoved(ScapeEvent scapeEvent)
          Removes the scape from this view.
 void DefaultScapeListener.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the listener that the scape has removed it.
 void ScapeListener.scapeSetup(ScapeEvent scapeEvent)
          Method called when the scape is ready for setup.
 void DefaultScapeListener.scapeSetup(ScapeEvent scapeEvent)
          Method called when the scape is ready for setup.
 void ScapeListener.scapeStarted(ScapeEvent scapeEvent)
          Called immediatly after the scape is started.
 void DefaultScapeListener.scapeStarted(ScapeEvent scapeEvent)
          Called immediatly after the scape is started.
 void ScapeListener.scapeStopped(ScapeEvent scapeEvent)
          Called immediatly after the scape is stopped.
 void DefaultScapeListener.scapeStopped(ScapeEvent scapeEvent)
          Called immediatly after the scape is stopped.
 

Uses of ScapeEvent in org.ascape.model.rule
 

Constructors in org.ascape.model.rule with parameters of type ScapeEvent
NotifyViewsEvent(ScapeEvent event)
          Instantiates a new notify views event.
 

Uses of ScapeEvent in org.ascape.query
 

Methods in org.ascape.query with parameters of type ScapeEvent
 void Query.scapeIterated(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.ascape.runtime
 

Methods in org.ascape.runtime with parameters of type ScapeEvent
 void RuntimeEnvironment.environmentQuiting(ScapeEvent scapeEvent)
          Setup up a basic interactive controlBar time userEnvironment for a model application.
 void Runner.notify(ScapeEvent event, ScapeListener listener)
           
 void RuntimeEnvironment.scapeAdded(ScapeEvent scapeEvent)
          When a scape is added add any persiten views to it and set frame title.
 

Uses of ScapeEvent in org.ascape.runtime.swing
 

Methods in org.ascape.runtime.swing with parameters of type ScapeEvent
 void DesktopEnvironment.environmentQuiting(ScapeEvent scapeEvent)
          Setup up a basic interactive controlBar time userEnvironment for a model application.
 void SwingRunner.notify(ScapeEvent event, ScapeListener listener)
           
 void Navigator.scapeAdded(ScapeEvent scapeEvent)
           
 void DesktopEnvironment.scapeAdded(ScapeEvent scapeEvent)
          When a scape is added add any persiten views to it and set frame title.
 void SpeedSliderView.scapeIterated(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void AgentSelectionView.scapeIterated(ScapeEvent scapeEvent)
           
 void Navigator.scapeNotification(ScapeEvent scapeEvent)
           
 void Navigator.scapeRemoved(ScapeEvent scapeEvent)
           
 void DesktopEnvironment.scapeRemoved(ScapeEvent scapeEvent)
          When a scape is removed reset frame title.
 

Uses of ScapeEvent in org.ascape.view.custom
 

Methods in org.ascape.view.custom with parameters of type ScapeEvent
 void ModelCustomizerSwing.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void ModelCustomizer.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void AgentCustomizer.scapeDeserialized(ScapeEvent scapeEvent)
          Method called once a model is deserialized.
 void AgentCustomizer.scapeNotification(ScapeEvent scapeEvent)
           
 void ViewCustomizer.scapeRemoved(ScapeEvent e)
           
 

Uses of ScapeEvent in org.ascape.view.nonvis
 

Methods in org.ascape.view.nonvis with parameters of type ScapeEvent
 void SweepControlView.scapeAdded(ScapeEvent scapeEvent)
          On scape add, set scape auto restart to false, as sweep view will be handling scape control.
 void ScapeTransitionListener.scapeAdded(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void ScapeStateView.scapeAdded(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void ScapeOutputView.scapeAdded(ScapeEvent scapeEvent)
           
 void ScapeFromXMLView.scapeAdded(ScapeEvent scapeEvent)
          Add the view to the scape, registering it as a listener, and ensuring that it hasn't been added to any other scapes.
 void ScapeFromFileView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void DataView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void DataOutputView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void DataOutputView.scapeClosing(ScapeEvent scapeEvent)
          On close, closes any open files.
 void ScapeFromFileView.scapeDeserialized(ScapeEvent event)
           
 void ParameterControlView.scapeDeserialized(ScapeEvent scapeEvent)
          Method called once a model is deserialized.
 void DataOutputView.scapeDeserialized(ScapeEvent scapeEvent)
          Method called once a model is deserialized.
 void ScapeFromXMLView.scapeInitialized(ScapeEvent scapeEvent)
          Called immediatly after the scape is initialized.
 void ScapeFromFileView.scapeInitialized(ScapeEvent scapeEvent)
          When scape is initialized, load appropriate values into scape.
 void DataOutputView.scapeIterated(ScapeEvent scapeEvent)
          On scape iterate, write period data.
 void ConsoleOutView.scapeIterated(ScapeEvent scapeEvent)
          On update, if printing results on update, print the current results to the screen.
 void ScapeTransitionListener.scapeNotification(ScapeEvent scapeEvent)
          Notifies this view that something has happened on the scape.
 void ScapeStateView.scapeNotification(ScapeEvent scapeEvent)
          Notifies this view that something has happened on the scape.
 void NonGraphicViewDelegate.scapeNotification(ScapeEvent scapeEvent)
          Super method notifies this view that something has happened on the scape.
 void ScapeTransitionListener.scapeRemoved(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void ScapeStateView.scapeRemoved(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void SweepControlView.scapeSetup(ScapeEvent scapeEvent)
          On scape setup, create a new file and set the output stream to write to it.
 void ParameterControlView.scapeSetup(ScapeEvent scapeEvent)
           
 void DataOutputView.scapeStarted(ScapeEvent scapeEvent)
          On scape start, record the start time and wirte the file headers.
 void ConsoleOutView.scapeStarted(ScapeEvent scapeEvent)
          On start, print the model settings to the console.
 void SweepControlView.scapeStopped(ScapeEvent scapeEvent)
          On scape stop, close the data stream and files.
 void ParameterControlView.scapeStopped(ScapeEvent scapeEvent)
           
 void DataOutputView.scapeStopped(ScapeEvent scapeEvent)
          On scape stop, writes the run parameters to the file.
 void ConsoleOutView.scapeStopped(ScapeEvent scapeEvent)
          On stop, print the time taken and final results to the screen.
 

Uses of ScapeEvent in org.ascape.view.vis
 

Methods in org.ascape.view.vis with parameters of type ScapeEvent
 void PanelView.environmentQuiting(ScapeEvent scapeEvent)
          Method called when the environment quits.
 void ComponentViewDelegate.environmentQuiting(ScapeEvent scapeEvent)
          Called before the environment quits.
 void Scrolling1DView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void ScapeTransitionPanelView.scapeAdded(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void PanelView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void OverheadRelative2DView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the view that the scape has added it.
 void Overhead2DView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void Overhead2DContinuousView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the view that the scape has removed it.
 void ComponentViewDelegate.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void ChartView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the view that the scape has added it.
 void BatchView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the view that the scape has added it.
 void AgentView.scapeAdded(ScapeEvent scapeEvent)
          Called immediatly after the scape is started.
 void AgentSizedView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void PanelView.scapeClosing(ScapeEvent scapeEvent)
          Method called when the scape is closed.
 void ComponentViewDelegate.scapeClosing(ScapeEvent scapeEvent)
          Method called as the scape is about to be closed.
 void PanelView.scapeDeserialized(ScapeEvent scapeEvent)
          Method called once a model is deserialized.
 void ComponentViewDelegate.scapeDeserialized(ScapeEvent scapeEvent)
          Notifies the delegating view that something has happened on the scape.
 void ChartView.scapeDeserialized(ScapeEvent scapeEvent)
          Method called once a model is deserialized.
 void PanelView.scapeInitialized(ScapeEvent scapeEvent)
          Method called when the scape is initialized.
 void PanelView.scapeIterated(ScapeEvent scapeEvent)
          Called when scape is iterated.
 void ScapeTransitionPanelView.scapeNotification(ScapeEvent scapeEvent)
          Notifies this view that something has happened on the scape.
 void PanelView.scapeNotification(ScapeEvent scapeEvent)
          Notifies this view that something has happened on the scape.
 void ComponentViewDelegate.scapeNotification(ScapeEvent scapeEvent)
          Notifies the delegating view that something has happened on the scape.
 void ScapeTransitionPanelView.scapeRemoved(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void PanelView.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the listener that the scape has removed it.
 void Overhead2DContinuousView.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the view that the scape has removed it.
 void ChartView.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the listener that the scape has removed it.
 void CellView.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the view that the scape has removed it.
 void PanelView.scapeSetup(ScapeEvent scapeEvent)
          Method called when the scape is ready for setup.
 void FixedStretchyView.scapeSetup(ScapeEvent scapeEvent)
           
 void PanelView.scapeStarted(ScapeEvent scapeEvent)
          Method called when the scape is started.
 void OverheadRelative2DView.scapeStarted(ScapeEvent scapeEvent)
           
 void AgentView.scapeStarted(ScapeEvent scapeEvent)
          Called immediatly after the scape is started.
 void PanelView.scapeStopped(ScapeEvent scapeEvent)
          Method called when the scape is stopped.
 

Uses of ScapeEvent in org.ascape.view.vis.control
 

Methods in org.ascape.view.vis.control with parameters of type ScapeEvent
 void ControlBarView.scapeAdded(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void ControlBarView.scapeClosing(ScapeEvent scapeEvent)
          Method called when the scape is closed.
 void ControlActionView.scapeDeserialized(ScapeEvent scapeEvent)
          Method called once a model is deserialized.
 void ControlActionView.scapeNotification(ScapeEvent scapeEvent)
           
 void ControlActionView.scapeStarted(ScapeEvent scapeEvent)
           
 



Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.