Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
org.dartlang.vm.service.VmServiceListener Interface Reference
Inheritance diagram for org.dartlang.vm.service.VmServiceListener:
org.dartlang.vm.service.SampleVmServiceListener

Public Member Functions

void connectionOpened ()
 
void received (String streamId, Event event)
 
void connectionClosed ()
 

Detailed Description

Interface used by VmService to notify others of VM events.

Definition at line 21 of file VmServiceListener.java.

Member Function Documentation

◆ connectionClosed()

void org.dartlang.vm.service.VmServiceListener.connectionClosed ( )

◆ connectionOpened()

void org.dartlang.vm.service.VmServiceListener.connectionOpened ( )

◆ received()

void org.dartlang.vm.service.VmServiceListener.received ( String  streamId,
Event  event 
)

Called when a VM event has been received.

Parameters
streamIdthe stream identifier (e.g. VmService#DEBUG_STREAM_ID
eventthe event

Implemented in org.dartlang.vm.service.SampleVmServiceListener.


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