Class org.as2lib.env.event.distributor.SimpleEventDistributorControlFactory

org.as2lib.core.BasicClass
   +--org.as2lib.env.event.distributor.SimpleEventDistributorControlFactory

Implemented Interfaces

EventDistributorControlFactory

Description

SimpleEventDistributorControlFactory creates instances of class SimpleEventDistributorControl

Method Index

createEventDistributorControl()

Inherited from BasicClass

toString()

Method Detail

createEventDistributorControl

public function createEventDistributorControl(type:Function):EventDistributorControl

Creates a new instance of class SimpleEventDistributorControl.

Parameters

typethe distributor and listener type of the new event distributor control

Return

an instance of class SimpleEventDistributorControl that is configured with the given type

Specified By

createEventDistributorControl() in org.as2lib.env.event.distributor.EventDistributorControlFactory