com.endeca.infront.assembler.perf
Class TimeEventFactory
java.lang.Object
com.endeca.infront.assembler.perf.TimeEventFactory
- All Implemented Interfaces:
- EventFactory
public class TimeEventFactory
- extends Object
- implements EventFactory
An EventFactory implementation that produces TimeEvents.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeEventFactory
public TimeEventFactory()
createEvent
public Event createEvent(String id)
- Description copied from interface:
EventFactory
- Create an event to represent the given id
- Specified by:
createEvent in interface EventFactory
- 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.