Package com.bolour.sample.eclipse.listener.subject

A plug-in acting as the subject of observations.

See:
          Description

Interface Summary
IListener Callback interface for listeners.
 

Class Summary
Subject Sample subject plug-in for the listener extension pattern.
UpdateMenuAction Menu event handler for testing listeners notification.
 

Package com.bolour.sample.eclipse.listener.subject Description

A plug-in acting as the subject of observations.

Updates to this plug-in cause notifications to be broadcast to all extension members of the plug-in's listeners extension-point. Each extension member provides a custom listener callback object implementing the IListener interface.