jBPM distribution 6.0.2-SNAPSHOT

org.jbpm.process.core.event
Class NonAcceptingEventTypeFilter

java.lang.Object
  extended by org.jbpm.process.core.event.EventTypeFilter
      extended by org.jbpm.process.core.event.NonAcceptingEventTypeFilter
All Implemented Interfaces:
Serializable, EventFilter

public class NonAcceptingEventTypeFilter
extends EventTypeFilter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.core.event.EventTypeFilter
type
 
Constructor Summary
NonAcceptingEventTypeFilter()
           
 
Method Summary
 boolean acceptsEvent(String type, Object event)
          Nodes that use this event filter should never be triggered by this event
 
Methods inherited from class org.jbpm.process.core.event.EventTypeFilter
getType, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonAcceptingEventTypeFilter

public NonAcceptingEventTypeFilter()
Method Detail

acceptsEvent

public boolean acceptsEvent(String type,
                            Object event)
Nodes that use this event filter should never be triggered by this event

Specified by:
acceptsEvent in interface EventFilter
Overrides:
acceptsEvent in class EventTypeFilter

jBPM distribution 6.0.2-SNAPSHOT

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