org.drools.command.runtime.rule
Class GetWorkingMemoryEventListenersCommand

java.lang.Object
  extended by org.drools.command.runtime.rule.GetWorkingMemoryEventListenersCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Collection<org.drools.event.rule.WorkingMemoryEventListener>>, GenericCommand<Collection<org.drools.event.rule.WorkingMemoryEventListener>>

public class GetWorkingMemoryEventListenersCommand
extends Object
implements GenericCommand<Collection<org.drools.event.rule.WorkingMemoryEventListener>>

See Also:
Serialized Form

Constructor Summary
GetWorkingMemoryEventListenersCommand()
           
 
Method Summary
 Collection<org.drools.event.rule.WorkingMemoryEventListener> execute(Context context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetWorkingMemoryEventListenersCommand

public GetWorkingMemoryEventListenersCommand()
Method Detail

execute

public Collection<org.drools.event.rule.WorkingMemoryEventListener> execute(Context context)
Specified by:
execute in interface GenericCommand<Collection<org.drools.event.rule.WorkingMemoryEventListener>>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.