package bluej.extensions.event;


| | This interface is an extension of the {}link ClassListener} interface and | provides one additional method which allows you to get notified if a class | has been removed. | </p> | | The interfaces are split for the reason of backward compatibility. | </p> | | @author Simon Gerlach | public interface ClassListener2 extends ClassListener{
| A class has been removed. The removed class can be acquired from the | passed in {}link ClassEvent} object. | | @param event | A <code>ClassEvent</code> object which describes the event. | p.public void classRemoved(ClassEvent event); }
top, use, map, interface ClassListener2

.   classRemoved




6 neLoCode + 13 LoComm