Provides the public interface implementation of the Eclipse sensor event. A client of the Eclipse sensor can get the necessary information of the IResource instance or event inforamtion (flag) such as "Open Project" in the org.hackystat.stdext.sensor.eclipse.event.EclipseSensorEvent when Hackystat Eclipse sensor collects data.

To get the event-driven-collected data from the Hackystat Eclipse sensor, a client must:

  1. Implement org.hackystat.stdext.sensor.eclipse.event.IEclipseSensorEventListener interface in such a way that the implementing method called notify is overriden.
  2. Added the implementing class to the org.hackystat.stdext.sensor.eclipse.EclipseSensor.