Skip to content

Commit

Permalink
api level set for specific changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Grosner committed Jul 2, 2015
1 parent 5776c31 commit 633eea7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ public interface OnModelStateChangedListener {
void onModelStateChanged(Class<? extends Model> table, BaseModel.Action action);
}

/**
* Listens for specific model changes. This is only available in {@link android.os.Build.VERSION_CODES#JELLY_BEAN}
* or higher due to the api of {@link ContentObserver}.
*/
@TargetApi(Build.VERSION_CODES.JELLY_BEAN)
public interface OnSpecificModelStateChangedListener {

/**
Expand Down

0 comments on commit 633eea7

Please sign in to comment.