Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.react.uimanager.events;
package com.facebook.react.uimanager.events

public interface BatchEventDispatchedListener {
public fun interface BatchEventDispatchedListener {

/** Called after a batch of low priority events has been dispatched. */
void onBatchEventDispatched();
public fun onBatchEventDispatched()
}