A - The type of the action stored in the event.SRC - The type of the source in question.public interface ActionEvent<A,SRC> extends Event<SRC>
ActionEvent is published by an Observable and is consumed
by zero to many Observer instances. The ActionEvent object
describes what the Observable is publishing.
An ActionEvent provides a source being the origin of the
ActionEvent.
| Modifier and Type | Method and Description |
|---|---|
A |
getAction()
Returns the Action associated to the given
ActionEvent. |
A getAction()
ActionEvent.ActionEvent represents.Copyright © 2018. All rights reserved.