Developing Apama Applications > EPL Reference > Events and Event Listeners > Event definitions
Event definitions
An event definition specifies the event type, and any event fields and/or event action fields.
Example:
event MyEvent {
string s;
MyOtherEvent e;
location l;
wildcard integer i;
}
For detailed information, see Defining event types.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.