Class AbstractSpawnable

    • Constructor Detail

      • AbstractSpawnable

        public AbstractSpawnable()
    • Method Detail

      • setCloseListener

        public void setCloseListener​(Spawnable.CloseListener closeListener)
        Set close listener
        Specified by:
        setCloseListener in interface Spawnable
        Parameters:
        closeListener - The listener that will be notified when this
      • onClose

        protected final void onClose()
        Call the close listener if we have one.