configurator-core/src/configurator..CommunicationInterface

# Hierarchy

# Table of contents

# Constructors

# Methods

# Constructors

# constructor

new CommunicationInterface(_callbacks, eventListener)

# Parameters

Name Type
_callbacks CommunicationInterfaceCallback
eventListener any

# Methods

# handleEvent

handleEvent(e): void

# Parameters

Name Type
e MessageEvent<any>

# Returns

void


# setEventPoster

setEventPoster(eventPoster): void

# Parameters

Name Type
eventPoster any

# Returns

void