jBPM distribution 6.0.0.Beta4

org.jbpm.process.core.event
Class EventTypeFilter

java.lang.Object
  extended by org.jbpm.process.core.event.EventTypeFilter
All Implemented Interfaces:
Serializable, EventFilter
Direct Known Subclasses:
BroadcastEventTypeFilter

public class EventTypeFilter
extends Object
implements EventFilter, Serializable

See Also:
Serialized Form

Field Summary
protected  String type
           
 
Constructor Summary
EventTypeFilter()
           
 
Method Summary
 boolean acceptsEvent(String type, Object event)
           
 String getType()
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type
Constructor Detail

EventTypeFilter

public EventTypeFilter()
Method Detail

getType

public String getType()

setType

public void setType(String type)

acceptsEvent

public boolean acceptsEvent(String type,
                            Object event)
Specified by:
acceptsEvent in interface EventFilter

jBPM distribution 6.0.0.Beta4

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