Clover Coverage Report - Main Coverage Report
Coverage timestamp: ven dic 19 2014 16:47:52 EST
0   10   0   -
0   5   -   0
0     -  
1    
This report was generated with an evaluation server license. Purchase Clover or configure your license.
 
  ISettingEvent       Line # 3 0 0 - -1.0
 
No Tests
 
1    package com.dreamcatcher.bicycle.interfaces;
2   
 
3    public interface ISettingEvent {
4    /**
5    * called when city setting changed
6    */
7    void onCitySettingChanged(int resultCode);
8   
9    void onFavoriteIdsChanged();
10    }