sidnet.models.senseable.phenomena
Class DummyPhenomenon

java.lang.Object
  extended by sidnet.models.senseable.phenomena.PhenomenaLayerInterface
      extended by sidnet.models.senseable.phenomena.DummyPhenomenon
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, Configurable, DataExchangeReadableOnly, Sensor, SIDnetDrawableInterface, SIDnetMenuInterface, SIDnetRegistrable, SIDnetTimeDependable

public class DummyPhenomenon
extends PhenomenaLayerInterface


Constructor Summary
DummyPhenomenon()
          Creates a new instance of DummyPhenomenon
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void configureGUI(javax.swing.JPanel hostPanel)
           
 void configureMenu(javax.swing.JPopupMenu hostPopupMenu)
           
 void disableUI()
           
 void enableUI()
           
 void init()
           
 void passMenuActionEvent(java.awt.event.ActionEvent menuEvent)
           
 double readDataAt(Location2D location, LocationContext locationContext)
           
 void repaintGUI()
           
 void setVisibleGUI(boolean visible)
           
 void terminate()
           
 void updateSimulationTimeToCurrent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPhenomenon

public DummyPhenomenon()
Creates a new instance of DummyPhenomenon

Method Detail

configureGUI

public void configureGUI(javax.swing.JPanel hostPanel)

repaintGUI

public void repaintGUI()

setVisibleGUI

public void setVisibleGUI(boolean visible)

configureMenu

public void configureMenu(javax.swing.JPopupMenu hostPopupMenu)

enableUI

public void enableUI()

disableUI

public void disableUI()

passMenuActionEvent

public void passMenuActionEvent(java.awt.event.ActionEvent menuEvent)

terminate

public void terminate()

init

public void init()

updateSimulationTimeToCurrent

public void updateSimulationTimeToCurrent()

readDataAt

public double readDataAt(Location2D location,
                         LocationContext locationContext)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)