public class EventDefinition extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DEFAULT
Standard event type.
|
static int |
TYPE_POST
Events which are fired after the main event occurs.
|
Constructor and Description |
---|
EventDefinition(String id,
int type)
Create event defintion.
|
public static final int TYPE_DEFAULT
public static final int TYPE_POST
public EventDefinition(String id, int type)
id
- Unique identifier for eventtype
- TYPE_DEFAULT
or TYPE_POST
Copyright © 2008–2018. All rights reserved.