Class JMadModelManagerAdapter

  • All Implemented Interfaces:
    JMadModelManagerListener

    public class JMadModelManagerAdapter
    extends java.lang.Object
    implements JMadModelManagerListener
    A simple adapter which implements all methods of the listener and requires only those to be implemented when needed.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addedModel​(JMadModel newModel)
      fired when a new model is added.
      void changedActiveModel​(JMadModel newActiveModel)
      this method id called, when the model manager switches to a different model somehow.
      void removedModel​(JMadModel removedModel)
      fired, when a model was removed from the manager.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JMadModelManagerAdapter

        public JMadModelManagerAdapter()