Uses of Interface
ARoad0.Gui2.BaseListener

Packages that use BaseListener
ARoad0.Gui2 Provides the classes for displaying the tree frames and the GraphicViews which display the diagrams in the desktop, following the gDMak package requests. 
 

Uses of BaseListener in ARoad0.Gui2
 

Subinterfaces of BaseListener in ARoad0.Gui2
 interface TreeBaseListener
          This interface is responsible for listening the events fired by one main BaseObject (the main source) as ACSRun and ViewInBase - and also the events fired by the main source objects- for updating the unique JTree which is associated to this TreeBaseListener and which displays the main source objects.
 

Classes in ARoad0.Gui2 that implement BaseListener
 class ACSTreeBaseListenerImpl
          This class is responsible for listening the events fired by one ACSRun - and also the events fired by the ACSRun objects - for updating the unique JTree which is associated to this TreeBaseListener, and which displays the ACSRun objects.
 class GraphicViewBaseListenerImpl
          This important class manages the GraphicView associated in the GUI to a ViewInBase, and it is the main manager of a specialized thread to update the view and its rights at every relevant base changing.
 class ISTreeBaseListenerImpl
          This class is responsible for listening the events fired by BaseManagerImpl for updating the JTree which is associated to this TreeBaseListener, managing the tree of the IS Structure.
 class ViewTreeBaseListenerImpl
          This class manages one tree view in the explorer.
 

Methods in ARoad0.Gui2 that return BaseListener
static BaseListener ViewModel.getGraphicViewBaseListener(ViewInBase _view)
          Gets the main GraphicViewBaseListener associated to a view in the GUI.