bluej.extensions.event
Interface ClassListener


public interface ClassListener

This interface allows you to listen for class events.

Currently the only event is the "state changed" event which can be used to detect when a class becomes uncompiled (i.e. the source is changed) or compiled.

Version:
$Id: ClassListener.java 6215 2009-03-30 13:28:25Z polle $
Author:
Davin McCall

Method Summary
 void classStateChanged(ClassEvent event)
          The class state changed.
 

Method Detail

classStateChanged

void classStateChanged(ClassEvent event)
The class state changed. This means that the class source was changed so that the class is now uncompiled, or the class was compiled, or the class was renamed.



BlueJ homepage