public class AlarmStateChangeEvent
extends java.beans.PropertyChangeEvent
Modifier and Type | Field and Description |
---|---|
static int |
NATIVE_CHANGED
This event type used to indicate the native alarm severity has been changed.
|
static int |
PROPAGATE_CHANGED
This event type used to indicate the propagate alarm severity has been changed.
|
Constructor and Description |
---|
AlarmStateChangeEvent(Element element,
int type)
Create a change event object with source element and the specified event type.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns the event type.
|
public static final int PROPAGATE_CHANGED
public static final int NATIVE_CHANGED
public AlarmStateChangeEvent(Element element, int type)
element
- Element the source element.type
- int the event type. Legal values are:
AlarmStateChangeEvent.PROPAGATE_CHANGED
AlarmStateChangeEvent.NATIVE_CHANGED
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.