rero.bridges.event

Class FilterChatListener

public class FilterChatListener extends EventChatListener

Field Summary
protected CodeSnippetcode
protected ScriptEnvironmentenv
protected Stringevent
protected String[]filter
protected intisPublic
Constructor Summary
FilterChatListener(ScriptEnvironment _env, String _event, String _filter, CodeSnippet _code)
Method Summary
booleanisChatEvent(String eventId, HashMap eventDescription)

Field Detail

code

protected CodeSnippet code

env

protected ScriptEnvironment env

event

protected String event

filter

protected String[] filter

isPublic

protected int isPublic

Constructor Detail

FilterChatListener

public FilterChatListener(ScriptEnvironment _env, String _event, String _filter, CodeSnippet _code)

Method Detail

isChatEvent

public boolean isChatEvent(String eventId, HashMap eventDescription)