Interface RSChatterContext<T extends RSChatter>

All Superinterfaces:
RSProvider
All Known Subinterfaces:
RSFriendListContext, RSFriendsChatSystem, RSIgnoreListContext

public interface RSChatterContext<T extends RSChatter> extends RSProvider
  • Method Details

    • getChatters

      T[] getChatters()
    • getDisplayNameCache

      HashMap<RSNamePair,T> getDisplayNameCache()
    • getPreviousNameCache

      HashMap<RSNamePair,T> getPreviousNameCache()
    • getCount

      int getCount()
    • getCapacity

      int getCapacity()