com.eurotech.framework.clock
Class ClockEvent

java.lang.Object
  extended by org.osgi.service.event.Event
      extended by com.eurotech.framework.clock.ClockEvent

public class ClockEvent
extends org.osgi.service.event.Event

ClockEvent is raised when a clock synchronization has been performed.


Field Summary
static String CLOCK_EVENT_TOPIC
          Topic of the ClockEvent
 
Constructor Summary
ClockEvent(Map<String,?> properties)
           
 
Method Summary
 
Methods inherited from class org.osgi.service.event.Event
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLOCK_EVENT_TOPIC

public static final String CLOCK_EVENT_TOPIC
Topic of the ClockEvent

See Also:
Constant Field Values
Constructor Detail

ClockEvent

public ClockEvent(Map<String,?> properties)


Copyright © 2013. All Rights Reserved.