pl.wendigo.chrome.domain.log / EntryAddedEvent

EntryAddedEvent

data class EntryAddedEvent : ProtocolEvent (source)

Represents event frames for Log.entryAdded

Issued when new message was logged.

Constructors

<init>

EntryAddedEvent(entry: LogEntry)

Represents event frames for Log.entryAdded

Properties

entry

val entry: LogEntry

The entry.

Inherited Functions

protocolDomain

fun protocolDomain(): String