jBPM :: Distribution 6.2.0-SNAPSHOT

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-SNAPSHOT

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