org.netbeans.api.debugger/1 1.31.1

org.netbeans.api.debugger
Interface LazyDebuggerManagerListener

All Superinterfaces:
DebuggerManagerListener, EventListener, PropertyChangeListener
All Known Implementing Classes:
DebuggerManagerAdapter

public interface LazyDebuggerManagerListener
extends DebuggerManagerListener

This DebuggerManagerListener modification is designed to be registered in "META-INF/debugger/org.netbeans.api.debugger.LazyDebuggerManagerListener". New instance of LazyDebuggerManagerListener implementation is loaded when the new instance of DebuggerManager is created, and is registered automatically to all properties returned by getProperties().


Method Summary
 String[] getProperties()
          Returns list of properties this listener is listening on.
 
Methods inherited from interface org.netbeans.api.debugger.DebuggerManagerListener
breakpointAdded, breakpointRemoved, engineAdded, engineRemoved, initBreakpoints, initWatches, sessionAdded, sessionRemoved, watchAdded, watchRemoved
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Method Detail

getProperties

String[] getProperties()
Returns list of properties this listener is listening on.

Returns:
list of properties this listener is listening on

org.netbeans.api.debugger/1 1.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.