The type of content this event carries
StaticnewCreates a new event with the specified content and ID.
Returns a human-readable summary of the event.
Returns the content of the event.
Returns the unique identifier (ARID) of the event.
Returns the note attached to the event, or an empty string if none exists.
Returns the date attached to the event, if any.
Converts the event to an envelope.
The envelope's subject is the event's ID tagged with TAG_EVENT, and assertions include the event's content, note (if not empty), and date (if present).
StaticfromStaticstringReturns a string representation of the event.
An Event represents a notification or message that doesn't expect a response.
Example