cvm.ncb.handlers.event
Class MediaInitiatorEnableReply_Event

java.lang.Object
  extended by java.util.EventObject
      extended by cvm.model.Handles_Event
          extended by cvm.ncb.handlers.event.MediaInitiatorEnableReply_Event
All Implemented Interfaces:
java.io.Serializable

public class MediaInitiatorEnableReply_Event
extends Handles_Event

This class is usd for notifiying a MediaInitiatorEnableReply_Event to the SE.

Author:
Frank Hernandez
See Also:
Serialized Form

Constructor Summary
MediaInitiatorEnableReply_Event(java.lang.Object eventSource, boolean notifyEnableMedia)
           
 
Method Summary
 boolean getNotifyMedia()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediaInitiatorEnableReply_Event

public MediaInitiatorEnableReply_Event(java.lang.Object eventSource,
                                       boolean notifyEnableMedia)
Method Detail

getNotifyMedia

public boolean getNotifyMedia()