Skip to content

Commit

Permalink
add Callback
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavdotpro committed Mar 6, 2021
1 parent dd03b63 commit 9478339
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Custom interface classes with instantiate, initialize, listen, load functions. W

- Activity
- BundleBuilder
- Callback
- DialogFragment
- Fragment
- JSONBuilder
Expand Down
5 changes: 5 additions & 0 deletions custom/src/main/java/com/isolpro/custom/Callback.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.isolpro.custom;

public interface Callback<T> {
void exec(T object);
}

0 comments on commit 9478339

Please sign in to comment.