public abstract class BaseControlEvent extends BaseEvent implements org.openksavi.sponge.event.ControlEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CONTROL_EVENT_PRIORITY
Default control event priority.
|
clonePolicy, DEFAULT_PRIORITY, id, name, time| Modifier | Constructor and Description |
|---|---|
protected |
BaseControlEvent(String name) |
protected |
BaseControlEvent(String name,
org.openksavi.sponge.event.EventClonePolicy clonePolicy) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Returns event priority.
|
BaseControlEvent |
setPriority(int priority)
Sets event priority.
|
clone, equalsByAttributes, equalsById, get, getId, getName, getTime, setId, setTime, toString, valudateAttributepublic static final int DEFAULT_CONTROL_EVENT_PRIORITY
10.protected BaseControlEvent(String name, org.openksavi.sponge.event.EventClonePolicy clonePolicy)
protected BaseControlEvent(String name)
public int getPriority()
getPriority in interface org.openksavi.sponge.util.HasPriority<org.openksavi.sponge.event.Event>getPriority in class BaseEventpublic BaseControlEvent setPriority(int priority)
setPriority in interface org.openksavi.sponge.event.ControlEventpriority - event priority.Copyright © 2016–2017 Softelnet. All rights reserved.