org.mobicents.media.server.spi.player
Interface PlayerEvent

All Superinterfaces:
Event<Player>

public interface PlayerEvent
extends Event<Player>

Author:
kulikov

Field Summary
static int BAD_URI
           
static int FAILED
           
static int FILE_NOT_FOUND
           
static int START
           
static int STOP
           
 
Method Summary
 int getID()
           
 int getQualifier()
           
 
Methods inherited from interface org.mobicents.media.server.spi.listener.Event
getSource
 

Field Detail

START

static final int START
See Also:
Constant Field Values

STOP

static final int STOP
See Also:
Constant Field Values

FAILED

static final int FAILED
See Also:
Constant Field Values

FILE_NOT_FOUND

static final int FILE_NOT_FOUND
See Also:
Constant Field Values

BAD_URI

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

getID

int getID()

getQualifier

int getQualifier()


Copyright © 2011. All Rights Reserved.