|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.sf.asterisk.manager.event.ManagerEvent
net.sf.asterisk.manager.event.AlarmClearEvent
public class AlarmClearEvent
An AlarmEvent is triggered when a Zap channel leaves alarm state.
It is implemented in channels/chan_zap.c
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AlarmClearEvent(java.lang.Object source)
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getChannel()
Returns the number of the zap channel that left alarm state. |
void |
setChannel(java.lang.Integer channel)
Sets the number of the zap channel that left alarm state. |
| Methods inherited from class net.sf.asterisk.manager.event.ManagerEvent |
|---|
getDateReceived, getPrivilege, setDateReceived, setPrivilege, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AlarmClearEvent(java.lang.Object source)
source - | Method Detail |
|---|
public java.lang.Integer getChannel()
public void setChannel(java.lang.Integer channel)
channel - the number of the zap channel that left alarm state.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||