Skip to content

Commit

Permalink
docs: Update onStartFileSending method docs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
djenczewski committed Dec 11, 2024
1 parent 9bec72d commit ead77f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@ public FileInfo(
public abstract static class EntryStreamListener {

/**
* Override this method to handle when file start sending.
* Override this method to handle when the process of sending file starts.
*
* @param file information about the sent file
* @param file information about the file being sent
*/
public void onStartFileSending(FileInfo file) {

Expand Down

0 comments on commit ead77f6

Please sign in to comment.