Class ServerSkinCache.WaitingSkin

  • Enclosing class:
    ServerSkinCache

    protected static class ServerSkinCache.WaitingSkin
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected SkinModel model  
      protected long timeout  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WaitingSkin​(long timeout, SkinModel model)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timeout

        protected final long timeout
    • Constructor Detail

      • WaitingSkin

        protected WaitingSkin​(long timeout,
                              SkinModel model)