org.jbpm.process.core.event
Class EventTypeFilter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
EventTypeFilter
public EventTypeFilter()
getType
public String getType()
setType
public void setType(String type)
acceptsEvent
public boolean acceptsEvent(String type,
Object event)
- Specified by:
acceptsEvent
in interface EventFilter
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.