Skip to content

Commit

Permalink
adding listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wild committed Aug 24, 2015
1 parent 60494a6 commit 9f87799
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package uk.co.deanwild.materialshowcaseview;

/**
* Created by deanwild on 24/08/15.
*/
interface IDetachedListener {
void onShowcaseDetached(MaterialShowcaseView showcaseView, boolean wasDismissed);

}

0 comments on commit 9f87799

Please sign in to comment.