Interface StyleRegistrar.Registrar<T>

Type Parameters:
T - the style type
Enclosing class:
StyleRegistrar<T>

public static interface StyleRegistrar.Registrar<T>
Inteface for a closure that registers the created style on the display.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(Class<?> agentClass, T style)
     
  • Method Details

    • register

      void register(Class<?> agentClass, T style)