The Wayback Machine - https://web.archive.org/web/20200628154718/https://github.com/topics/artemis-odb
Skip to content
#

artemis-odb

Here are 30 public repositories matching this topic...

desenvolvedorindie
desenvolvedorindie commented May 31, 2017

When world.dispose() is called should close the EntityTrackerMainWindow.
I think entityTrackerMainWindow.disconnected() shold be called too.

EntityTracker {
   ...
   @Override
   public void disposed() {
      updateListener.disposed();
   }

}

WorldUpdateListener {
   ...
   void disposed();
}

EntityTrackerMainWindow {
   ...
   @Override
   public void disposed()

Improve this page

Add a description, image, and links to the artemis-odb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the artemis-odb topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.