rero.bridges.event

Class PredicateChatListener

public class PredicateChatListener extends EventChatListener

Field Summary
protected CodeSnippetcode
protected ScriptEnvironmentenv
protected Checkpredicate
Constructor Summary
PredicateChatListener(ScriptEnvironment _env, Check _predicate, CodeSnippet c)
Method Summary
booleanisChatEvent(String eventId, HashMap eventDescription)

Field Detail

code

protected CodeSnippet code

env

protected ScriptEnvironment env

predicate

protected Check predicate

Constructor Detail

PredicateChatListener

public PredicateChatListener(ScriptEnvironment _env, Check _predicate, CodeSnippet c)

Method Detail

isChatEvent

public boolean isChatEvent(String eventId, HashMap eventDescription)