Class KeyboardObservable

java.lang.Object
eu.su.mas.dedale.gui.KeyboardObservable
All Implemented Interfaces:
Serializable

public class KeyboardObservable extends Object implements Serializable
This class is used to capture the keys pressed within the GUI and notify the appropriate components
Author:
hc
See Also:
  • Constructor Details

    • KeyboardObservable

      public KeyboardObservable()
  • Method Details

    • addPropertyChangeListener

      public void addPropertyChangeListener(PropertyChangeListener pcl)
    • removePropertyChangeListener

      public void removePropertyChangeListener(PropertyChangeListener pcl)
    • setKeyPressed

      public void setKeyPressed(String s)
    • getKeyPressed

      public String getKeyPressed()