Class DebugInitializationListener

java.lang.Object
com.levigo.jadice.web.server.font.DebugInitializationListener
All Implemented Interfaces:
com.levigo.jadice.fontmanager.build.InitializationListener

public class DebugInitializationListener extends Object implements com.levigo.jadice.fontmanager.build.InitializationListener
Logs InitializationEvents during FontManager creation for debugging purposes.
  • Constructor Details

    • DebugInitializationListener

      public DebugInitializationListener(String id)
      Creates a new instance, logging under a given ID.
      Parameters:
      id - identification string to be used for logging purposes. Where different Font Managers are constructed, this ID helps to tell the various sources of log information apart. This parameter must not be null.
  • Method Details

    • receive

      public void receive(com.levigo.jadice.fontmanager.build.InitializationEvent initializationEvent)
      Specified by:
      receive in interface com.levigo.jadice.fontmanager.build.InitializationListener