JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
griffon.core
Interface RunnableWithArgs
All Known Implementing Classes:
MVCGroupExceptionHandler
public interface
RunnableWithArgs
A Runnable that can have arguments.
Since:
2.3.0
Author:
Andres Almiray
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
run
(
Object
... args)
Method Detail
run
void run(
@Nullable
Object
... args)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright © 2008-2018 The Griffon Team. All rights reserved.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method