com.endeca.infront.assembler.perf
Class TimeEventFactory

java.lang.Object
  extended by com.endeca.infront.assembler.perf.TimeEventFactory
All Implemented Interfaces:
EventFactory

public class TimeEventFactory
extends Object
implements EventFactory

An EventFactory implementation that produces TimeEvents.


Constructor Summary
TimeEventFactory()
           
 
Method Summary
 Event createEvent(String id)
          Create an event to represent the given id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeEventFactory

public TimeEventFactory()
Method Detail

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.