Class org.as2lib.env.event.distributor.SimpleConsumableEventDistributorControlFactory

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

Implemented Interfaces

EventDistributorControlFactory

Description

SimpleConsumableEventDistributorControlFactory creates instances of class SimpleConsumableEventDistributorControl.

Method Index

createEventDistributorControl()

Inherited from BasicClass

toString()

Method Detail

createEventDistributorControl

public function createEventDistributorControl(type:Function):EventDistributorControl

Creates a new instance of class SimpleConsumableEventDistributorControl.

Parameters

typethe distributor and listener type for the new event distributor control

Return

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

Specified By

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