T - The type of service providedpublic interface ServiceProvider<T> extends SimulationMember
| Modifier and Type | Method and Description |
|---|---|
T |
getService()
Returns the actual service (handler for interface
T) which
will be provided to client members upon request. |
Class<T> |
getServiceClass()
Returns the class object of
T to be used for run-time
processing. |
generateEvents, getPhaseHandlers, initializeClass<T> getServiceClass()
T to be used for run-time
processing.TT getService()
T) which
will be provided to client members upon request.TCopyright © 2015. All rights reserved.