jBPM distribution 6.2.0.CR2

org.jbpm.services.api
Interface ListenerSupport

All Known Subinterfaces:
DeploymentServiceEJBLocal
All Known Implementing Classes:
AbstractDeploymentService, DeploymentServiceCDIImpl, DeploymentServiceEJBImpl, KModuleDeploymentService

public interface ListenerSupport


Method Summary
 void addListener(DeploymentEventListener listener)
           
 Collection<DeploymentEventListener> getListeners()
           
 void removeListener(DeploymentEventListener listener)
           
 

Method Detail

addListener

void addListener(DeploymentEventListener listener)

removeListener

void removeListener(DeploymentEventListener listener)

getListeners

Collection<DeploymentEventListener> getListeners()

jBPM distribution 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.