org.mobicents.media.server.spi
Interface ConnectionEvent

All Superinterfaces:
Event<Connection>

public interface ConnectionEvent
extends Event<Connection>

Defines connection event.

Author:
kulikov

Field Summary
static int IO_ERROR
           
static int MODE_CHANGE
           
static int STATE_CHANGE
           
 
Method Summary
 int getId()
           
 
Methods inherited from interface org.mobicents.media.server.spi.listener.Event
getSource
 

Field Detail

STATE_CHANGE

static final int STATE_CHANGE
See Also:
Constant Field Values

MODE_CHANGE

static final int MODE_CHANGE
See Also:
Constant Field Values

IO_ERROR

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

getId

int getId()


Copyright © 2011. All Rights Reserved.