public interface IScannerInfoProvider
Modifier and Type | Method and Description |
---|---|
IScannerInfo |
getScannerInformation(org.eclipse.core.resources.IResource resource)
The receiver will answer the current state of the build information for the
resource specified in the argument.
|
void |
subscribe(org.eclipse.core.resources.IResource resource,
IScannerInfoChangeListener listener)
The receiver will register the listener specified in the argument
to receive change notifications when the information for the
IResource it is responsible for changes. |
void |
unsubscribe(org.eclipse.core.resources.IResource resource,
IScannerInfoChangeListener listener)
The receiver will no longer notify the listener specified in
the argument when information about the reource it is responsible
for changes.
|
IScannerInfo getScannerInformation(org.eclipse.core.resources.IResource resource)
void subscribe(org.eclipse.core.resources.IResource resource, IScannerInfoChangeListener listener)
IResource
it is responsible for changes.listener
- void unsubscribe(org.eclipse.core.resources.IResource resource, IScannerInfoChangeListener listener)
listener
- Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.