Package bluej.extensions.event

Provides the event mechanism for extensions to track some of the things that are going on in BlueJ.

See:
          Description

Interface Summary
ApplicationListener This interface allows you to listen for application events.
ClassListener This interface allows you to listen for class events.
CompileListener This interface allows you to listen for compile events.
ExtensionEvent Base class for the different event types generated by BlueJ for extensions.
ExtensionEventListener This interface allows you to listen for all BlueJ events by using a single listener.
InvocationListener This interface allows you to listen for when an invocation has finished.
PackageListener This interface allows you to listen for events on BlueJ packages.
 

Class Summary
ApplicationEvent This class encapsulates BlueJ application events.
ClassEvent This class encapsulates events which occur on BlueJ classes.
CompileEvent This class encapsulates compiler events.
InvocationEvent This class encapsulates events generated when the construction or invocation of a BlueJ object finishes.
PackageEvent This class encapsulates events on BlueJ packages.
 

Package bluej.extensions.event Description

Provides the event mechanism for extensions to track some of the things that are going on in BlueJ.



BlueJ homepage