コード例 #1
0
ファイル: AuctionsManager.java プロジェクト: lmop/jbidwatcher
 /**
  * @brief Add a new auction entry to the set.
  *     <p>This is complex mainly because the splash screen needs to be updated if we're loading
  *     from XML at startup, and because the new auction type needs to be split across the
  *     hardcoded auction collection types.
  * @param ae - The auction entry to add.
  */
 public void addEntry(AuctionEntry ae) {
   mFilter.addAuction(ae);
 }