public class ActionExecutorEvent extends EventObject
ActionExecutorListener.source| Constructor and Description |
|---|
ActionExecutorEvent(ActionExecutor source,
ActionWorker<?,?> worker) |
| Modifier and Type | Method and Description |
|---|---|
void |
consume() |
ActionExecutor |
getSource() |
ActionWorker<?,?> |
getWorker() |
boolean |
isConsumed() |
toStringpublic ActionExecutorEvent(ActionExecutor source, ActionWorker<?,?> worker)
public ActionExecutor getSource()
getSource in class EventObjectpublic ActionWorker<?,?> getWorker()
public boolean isConsumed()
public void consume()
Copyright © 2008–2020 Ultreia.io. All rights reserved.