org.mobicents.media.server.spi.events
Interface NotifyEvent

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
FailureEvent

public interface NotifyEvent
extends java.io.Serializable

Author:
Oleg Kulikov

Field Summary
static int COMPLETED
           
static int RX_FAILED
           
static int START_FAILED
           
static int STARTED
           
static int STOPPED
           
static int TX_FAILED
           
 
Method Summary
 int getEventID()
           
 Component getSource()
           
 

Field Detail

STARTED

static final int STARTED
See Also:
Constant Field Values

COMPLETED

static final int COMPLETED
See Also:
Constant Field Values

STOPPED

static final int STOPPED
See Also:
Constant Field Values

START_FAILED

static final int START_FAILED
See Also:
Constant Field Values

TX_FAILED

static final int TX_FAILED
See Also:
Constant Field Values

RX_FAILED

static final int RX_FAILED
See Also:
Constant Field Values
Method Detail

getSource

Component getSource()

getEventID

int getEventID()


Copyright © 2010. All Rights Reserved.