ViewHolderTask
public interface ViewHolderTask
Interface for schedule task on a ViewHolder.
Summary
Public methods |
|
|---|---|
abstract void |
run(@NonNull RecyclerView.ViewHolder viewHolder)Runs the task. |
public interface ViewHolderTask
Interface for schedule task on a ViewHolder.
Public methods |
|
|---|---|
abstract void |
run(@NonNull RecyclerView.ViewHolder viewHolder)Runs the task. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.