168169170171172173174175
} if (!m_types.containsKey(NAMED_EVENT_TYPE)) { m_types.put(NAMED_EVENT_TYPE,new NamedEventFactory()); } if (!m_types.containsKey(NAME_VALUE_EVENT_TYPE)) { m_types.put(NAME_VALUE_EVENT_TYPE,new NameValueEventFactory()); } }
167168169170171172173174
136137138139140141142143
137138139140141142143144