Class SpotifyOverlayContextListener

java.lang.Object
az.araezarzosa.spotifyoverlay.spotify_in_game_overlay.SpotifyOverlayContextListener
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, java.util.EventListener

public class SpotifyOverlayContextListener
extends java.lang.Object
implements jakarta.servlet.ServletContextListener
The listener that calls back to SpotifyAuthorizationServer when authorization is successful.
Author:
Arae
  • Constructor Summary

    Constructors
    Constructor Description
    SpotifyOverlayContextListener()  
  • Method Summary

    Modifier and Type Method Description
    void contextDestroyed​(jakarta.servlet.ServletContextEvent sce)  
    void contextInitialized​(jakarta.servlet.ServletContextEvent sce)  

    Methods inherited from class java.lang.Object

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

    • SpotifyOverlayContextListener

      public SpotifyOverlayContextListener()
  • Method Details

    • contextInitialized

      public void contextInitialized​(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextInitialized in interface jakarta.servlet.ServletContextListener
    • contextDestroyed

      public void contextDestroyed​(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener