onBanListReceived abstract method

void onBanListReceived(
  1. List<BanEntry> bans
)

Invoked with the ban list after querying it using MumbleClient.queryBans.

Implementation

void onBanListReceived(List<BanEntry> bans);