org.mobicents.media.server.impl
Class NotifyEventImpl

java.lang.Object
  extended by org.mobicents.media.server.impl.NotifyEventImpl
All Implemented Interfaces:
java.io.Serializable, org.mobicents.media.server.spi.events.NotifyEvent
Direct Known Subclasses:
DtmfEvent, FailureEventImpl, MeanderEvent, MultiFreqToneEvent, SpectrumEvent

public class NotifyEventImpl
extends java.lang.Object
implements org.mobicents.media.server.spi.events.NotifyEvent

Implementation for standard events.

Author:
kulikov
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.mobicents.media.server.spi.events.NotifyEvent
COMPLETED, RX_FAILED, START_FAILED, STARTED, STOPPED, TX_FAILED
 
Constructor Summary
NotifyEventImpl(BaseComponent component, int eventID)
           
 
Method Summary
 int getEventID()
           
 org.mobicents.media.Component getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyEventImpl

public NotifyEventImpl(BaseComponent component,
                       int eventID)
Method Detail

getEventID

public int getEventID()
Specified by:
getEventID in interface org.mobicents.media.server.spi.events.NotifyEvent

getSource

public org.mobicents.media.Component getSource()
Specified by:
getSource in interface org.mobicents.media.server.spi.events.NotifyEvent


Copyright © 2009. All Rights Reserved.