<message-listener>

Relates a <cffunction> inside of a Controller CFC to a message that is broadcast via a <message> tag inside of an <event-handler>'s <broadcasts> block.

Attributes

  1. Message (Required) - The name of a message for which to listen, defined by the <message> tag's NAME attribute.

  2. Function (Required) - The name of a public <cffunction> on the related Controller CFC to execute whenever a <message> is broadcast whose NAME attribute matches the value of the MESSAGE attribute

 

Child Tags

None