Package lumis.util
Interface IRunnable
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IRunnable
Classes that implement this interface are able to run some code through therun()
method.- Since:
- 12.2.0
- Version:
- $Revision: 23534 $ $Date: 2020-01-14 13:16:30 -0300 (Tue, 14 Jan 2020) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Runs some code.
-
-
-
Method Detail
-
run
void run() throws PortalException
Runs some code.- Throws:
PortalException
- Since:
- 12.2.0
-
-