INSTALL
, the breakpoint will be installed. If there are no votes to install the breakpoint, there must be at least one DONT_INSTALL
vote to cancel the installation. If all listeners vote DONT_CARE
, the breakpoint will be installed by default.
@param target Java debug target
@param breakpoint Java breakpoint
@param type the type (class or interface) the breakpoint is about to be installed in or null
if the given breakpoint is not installed in a specific type (one of IJavaClassType
, IJavaInterfaceType
, or IJavaArrayType
)
@return whether the the breakpoint should be installed in the given typeand target, or whether this listener doesn't care - one of INSTALL
, DONT_INSTALL
, or DONT_CARE
@since 3.0
|
|