com.endeca.infront.assembler.perf
Interface EventFactory

All Known Implementing Classes:
TimeEventFactory

public interface EventFactory

An interface to produce Events for an EventSerializer. See TimeEventFactory for an implementation that produces TimeEvents.


Method Summary
 Event createEvent(String id)
          Create an event to represent the given id
 

Method Detail

createEvent

Event createEvent(String id)
Create an event to represent the given id

Parameters:
id - used to identify the event
Returns:
An Event which will represent the given id.


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.