Interface BlackList<R>

All Known Implementing Classes:
Juggler

public interface BlackList<R>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToBlackList(BlacklistEntry<R> blacklistEntry)
     
  • Method Details