com.eurotech.framework.net.modem
Class ModemAddedEvent

java.lang.Object
  extended by org.osgi.service.event.Event
      extended by com.eurotech.framework.net.modem.ModemAddedEvent

public class ModemAddedEvent
extends org.osgi.service.event.Event

Emitted when a modem is inserted into the gateway


Field Summary
static String MODEM_EVENT_ADDED_TOPIC
          Topic of the ModemAddedEvent
 
Constructor Summary
ModemAddedEvent(ModemDevice modemDevice)
           
 
Method Summary
 ModemDevice getModemDevice()
           
 
Methods inherited from class org.osgi.service.event.Event
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MODEM_EVENT_ADDED_TOPIC

public static final String MODEM_EVENT_ADDED_TOPIC
Topic of the ModemAddedEvent

See Also:
Constant Field Values
Constructor Detail

ModemAddedEvent

public ModemAddedEvent(ModemDevice modemDevice)
Method Detail

getModemDevice

public ModemDevice getModemDevice()


Copyright © 2013. All Rights Reserved.