Actually, the Drools plugin is not using BPMN2 semantics, so in this case this should probably be more like a BPMN2 signal event node. The event type describes the type of event the node is listening for. For example, if your event node is waiting for type "MyType", and you do processInstance.signalEvent("MyType", data) this node will be activated.
Kris