public final class HistoryServiceProvider extends Object implements BeanContextServiceProvider
BeanContextServiceProvider for the History.
Allows beans to access the animation history object via their BeanContext.| Constructor and Description |
|---|
HistoryServiceProvider(History history)
Create a HistoryServiceProvider.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
getCurrentServiceSelectors(BeanContextServices bcs,
Class serviceClass)
Does Nothing.
|
Object |
getService(BeanContextServices bcs,
Object requestor,
Class serviceClass,
Object serviceSelector)
Returns the History.
|
void |
releaseService(BeanContextServices bcs,
Object requestor,
Object service)
Does Nothing.
|
public HistoryServiceProvider(History history)
history - the History to use.public Object getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
getService in interface BeanContextServiceProviderpublic void releaseService(BeanContextServices bcs, Object requestor, Object service)
releaseService in interface BeanContextServiceProviderpublic Iterator getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
getCurrentServiceSelectors in interface BeanContextServiceProviderCopyright © 2003–2016 Community Z Tools Project. All rights reserved.