Package Summary  Overview Summary

class:Runnable [NONE]

All Known Subinterfaces:
RunnableFuture<V>, RunnableScheduledFuture<V>
All Known Implementing Classes:
AsyncBoxView.ChildState, ForkJoinWorkerThread, FutureTask, RenderableImageProducer, SwingWorker, Thread, TimerTask
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterfacepublic interface Runnable
Represents an operation that does not return a result.

This is a functional interface whose functional method is run().

Since:
1.0
See Also:

method:run() [NONE]

  • run

    void run()
    Runs this operation.

© 2023 Oracle Corporation and/or its affiliates