public interface EventAction
As it is event based, there is no guarantees on which thread executes this function; be careful on the function code content.
Modifier and Type | Method and Description |
---|---|
void |
action()
Execute the action (may be executed by another thread).
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.