Class AddWastePlugin

    • Field Detail

      • ml

        protected java.awt.event.MouseListener ml
    • Constructor Detail

      • AddWastePlugin

        public AddWastePlugin()
    • Method Detail

      • initialize

        protected void initialize​(ObserverCenter center)
        Initializes the plugin. This method is invoked once when the ObserverCenter becomes available.
        Specified by:
        initialize in class AbstractInteractionPlugin
        Parameters:
        center - The OberverCenter.
      • getName

        public java.lang.String getName()
        Get the plugin name.
        Returns:
        name of the plugin
      • getView

        public java.awt.Component getView()
        Get the plugin view.
        Returns:
        viewable component of the plugin
      • isVisible

        public boolean isVisible()
        Should plugin be visible.
      • isStartOnLoad

        public boolean isStartOnLoad()
        Should plugin be started on load.