public interface ISchemeListener
An instance of ISchemeListener
can be used by clients to
receive notification of changes to one or more instances of
IScheme
.
This interface may be implemented by clients.
Scheme.addSchemeListener(ISchemeListener)
,
Scheme.removeSchemeListener(ISchemeListener)
,
SchemeEvent
Modifier and Type | Method and Description |
---|---|
void |
schemeChanged(SchemeEvent schemeEvent)
Notifies that one or more attributes of an instance of
IScheme have changed. |
void schemeChanged(SchemeEvent schemeEvent)
IScheme
have changed. Specific details are described in
the SchemeEvent
.schemeEvent
- the scheme event. Guaranteed not to be null
.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.