Class I18nThreadLocalRunnable

java.lang.Object
com.aoapps.lang.concurrent.ThreadLocalsRunnable
com.aoapps.hodgepodge.i18n.I18nThreadLocalRunnable
All Implemented Interfaces:
Runnable

public class I18nThreadLocalRunnable extends ThreadLocalsRunnable
Invokes the provided runnable in the same internationalization context.
See Also:
  • Constructor Details

    • I18nThreadLocalRunnable

      public I18nThreadLocalRunnable(Runnable task)