ServerEventSource.init(properties,server,argumentName)

Initializes this event source. This method is called by the server after the component is instantiated, the properties argument is obtained from the init FBL of the Global Automatic Listening activity that uses this component. Events should be dispatched in a component's thread, by calling ServerEventHandler.processEvent(Object event) passing the right type of event.

Arguments:

Name Type Description Mode
properties Map(Any, Any) - properties for initialization (implementation defined) in
server Fuego.Lib.ServerEventHandler - server component that handles the events produced by this source in
argumentName String - name of the argument expected by the ServerEventHandler (without the "ARG_" prefix) in