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

All Superinterfaces:
Event<Player>

public interface PlayerEvent
extends Event<Player>

Author:
kulikov

Field Summary
static int FAILED
           
static int START
           
static int STOP
           
 
Method Summary
 int getID()
           
 
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
Method Detail

getID

int getID()


Copyright © 2011. All Rights Reserved.