# Class: CommunicationInterface

configurator-core/src/configurator..CommunicationInterface

# Hierarchy

# Table of contents

# Constructors

# Methods

# Constructors

# constructor

new CommunicationInterface(_callbacks, eventListener)

# Parameters

Name Type
_callbacks CommunicationInterfaceCallback
eventListener any

# Defined in

packages/workers/src/communication-interface.ts:51 (opens new window)

# Methods

# handleEvent

handleEvent(e): void

# Parameters

Name Type
e MessageEvent<any>

# Returns

void

# Defined in

packages/workers/src/communication-interface.ts:66 (opens new window)


# setEventPoster

setEventPoster(eventPoster): void

# Parameters

Name Type
eventPoster any

# Returns

void

# Defined in

packages/workers/src/communication-interface.ts:62 (opens new window)