Uses of Interface
structs.ConsoleNotificationListener

Packages that use ConsoleNotificationListener
eptrends   
systemic   
ui   
 

Uses of ConsoleNotificationListener in eptrends
 

Classes in eptrends that implement ConsoleNotificationListener
 class MainFrame
           
 

Uses of ConsoleNotificationListener in systemic
 

Methods in systemic that return ConsoleNotificationListener
static ConsoleNotificationListener Kernel.addGUIListener(java.lang.Runnable run)
          Makes the GUI run the specified Runnable when orbital elements are updated in the main window.
 

Methods in systemic with parameters of type ConsoleNotificationListener
static void Kernel.removeGUIListener(ConsoleNotificationListener cnl)
          Removes the handle from the array of listeners.
 

Uses of ConsoleNotificationListener in ui
 

Classes in ui that implement ConsoleNotificationListener
 class AllResiduals
           
 class NewFTestWindow
           
 

Methods in ui with parameters of type ConsoleNotificationListener
 void Systemic.addConsoleNotificationListener(ConsoleNotificationListener listener)