org.ops4j.pax.web.service.spi.model
Class EventListenerModel

java.lang.Object
  extended by org.ops4j.pax.web.service.spi.model.Identity
      extended by org.ops4j.pax.web.service.spi.model.Model
          extended by org.ops4j.pax.web.service.spi.model.EventListenerModel

public class EventListenerModel
extends Model


Constructor Summary
EventListenerModel(ContextModel contextModel, java.util.EventListener eventListener)
           
 
Method Summary
 java.util.EventListener getEventListener()
           
 
Methods inherited from class org.ops4j.pax.web.service.spi.model.Model
getContextModel, toString
 
Methods inherited from class org.ops4j.pax.web.service.spi.model.Identity
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventListenerModel

public EventListenerModel(ContextModel contextModel,
                          java.util.EventListener eventListener)
Method Detail

getEventListener

public java.util.EventListener getEventListener()


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.