GrammarScope  4.0.0
Classes | Public Member Functions | Private Attributes | List of all members
grammarscope.message.Event Class Reference
Inheritance diagram for grammarscope.message.Event:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.message.Event:
Collaboration graph
[legend]

Classes

enum  Type
 

Public Member Functions

 Event (final Type type, final Object object, final Object source, final Object dest)
 
 Event (final Type type, final Object object, final Object source)
 
Object getSource ()
 
Object getDest ()
 
Type getType ()
 
String toString ()
 
- Public Member Functions inherited from grammarscope.message.Message
Object getObject ()
 

Private Attributes

final Type type
 
final Object source
 
final Object dest
 

Additional Inherited Members

- Protected Member Functions inherited from grammarscope.message.Message
 Message (final Object object)
 

Detailed Description

Event

Author
Bernard Bou

Constructor & Destructor Documentation

◆ Event() [1/2]

grammarscope.message.Event.Event ( final Type  type,
final Object  object,
final Object  source,
final Object  dest 
)

Constructor

Parameters
typeevent type
objectobject attached to event
sourcesource object
destdest object

◆ Event() [2/2]

grammarscope.message.Event.Event ( final Type  type,
final Object  object,
final Object  source 
)

Constructor

Parameters
typeevent type
objectobject attached to event
sourcesource object

Member Function Documentation

◆ getDest()

Object grammarscope.message.Event.getDest ( )

Get source

Returns
source

◆ getSource()

Object grammarscope.message.Event.getSource ( )

Get source

Returns
source

◆ getType()

Type grammarscope.message.Event.getType ( )

Get event type

Returns
event type

◆ toString()

String grammarscope.message.Event.toString ( )

Member Data Documentation

◆ dest

final Object grammarscope.message.Event.dest
private

Destination (optional, nullable)

◆ source

final Object grammarscope.message.Event.source
private

Source

◆ type

final Type grammarscope.message.Event.type
private

Event type


The documentation for this class was generated from the following file: