Class AssetViewImpl

  • All Implemented Interfaces:
    com.embabel.chat.AssetView

    
    public final class AssetViewImpl
     implements AssetView
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<Asset> assets
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<Asset> getAssets() All tracked assets, in order in which they were added
      • Methods inherited from class com.embabel.chat.AssetView

        mostRecent, mostRecentlyAdded, references, since
      • Methods inherited from class java.lang.Object

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

      • AssetViewImpl

        AssetViewImpl(List<Asset> assets)
    • Method Detail