◆ Event() [1/2]
grammarscope.message.Event.Event |
( |
final Type |
type, |
|
|
final Object |
object, |
|
|
final Object |
source, |
|
|
final Object |
dest |
|
) |
| |
Constructor
- Parameters
-
type | event type |
object | object attached to event |
source | source object |
dest | dest object |
◆ Event() [2/2]
grammarscope.message.Event.Event |
( |
final Type |
type, |
|
|
final Object |
object, |
|
|
final Object |
source |
|
) |
| |
Constructor
- Parameters
-
type | event type |
object | object attached to event |
source | source object |
◆ getDest()
Object grammarscope.message.Event.getDest |
( |
| ) |
|
◆ getSource()
Object grammarscope.message.Event.getSource |
( |
| ) |
|
◆ getType()
Type grammarscope.message.Event.getType |
( |
| ) |
|
Get event type
- Returns
- event type
◆ toString()
String grammarscope.message.Event.toString |
( |
| ) |
|
◆ dest
final Object grammarscope.message.Event.dest |
|
private |
Destination (optional, nullable)
◆ source
final Object grammarscope.message.Event.source |
|
private |
◆ type
final Type grammarscope.message.Event.type |
|
private |
The documentation for this class was generated from the following file:
- grammarscope/common/src/main/java/grammarscope/message/Event.java