jBPM distribution 6.0.0.CR4-Pre1

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:
NonAcceptingEventTypeFilter

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)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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

toString

public String toString()
Overrides:
toString in class Object

jBPM distribution 6.0.0.CR4-Pre1

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