Modifier and Type | Method and Description |
---|---|
void |
ActivatorManager.addActivator(ActivatorModel activatorModel)
adds an activator and automatically submits it to the Thread-Pool
|
Modifier and Type | Method and Description |
---|---|
void |
LocalEventManager.fireEvent(EventModel event)
This method fires an Event
|
Optional<EventCallable> |
LocalEventManager.registerCaller(Identification identification)
Registers with the EventManager to fire an event.
|
void |
EventDistributor.registerEventFinishedListener(EventModel event,
EventListenerModel eventListener)
Adds an listener for events that gets called when the event finished processing.
|
void |
EventDistributor.registerEventListener(EventModel event,
EventListenerModel eventListener)
Adds an listener for events.
|
Optional<EventCallable> |
EventDistributor.registerEventPublisher(Identification identification)
with this method you can register EventPublisher add a Source of Events to the System.
|
void |
EventDistributor.registerEventsController(EventsControllerModel controller)
Registers an EventController to control EventDispatching-Behaviour
|
Modifier and Type | Method and Description |
---|---|
void |
OutputManager.addOutputExtension(OutputExtensionModel<?,?> outputExtension)
adds output extension to desired outputPlugin
|
void |
OutputManager.addOutputPlugin(OutputPluginModel<?,?> outputPlugin)
adds outputPlugin to outputPluginList, starts a new thread for the outputPlugin, and stores the future object in a HashMap
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.generatedResource(ResourceModel resource,
java.util.function.Consumer<List<ResourceModel>> consumer)
Deprecated.
|
Optional<CompletableFuture<List<ResourceModel>>> |
ResourceManager.generateResource(ResourceModel resource)
generates a resources
|
void |
ResourceManager.registerResourceBuilder(ResourceBuilderModel resourceBuilder)
registers a ResourceBuilder.
|
Modifier and Type | Method and Description |
---|---|
void |
Activators.addActivator(ActivatorModel activatorModel)
adds an activator and automatically submits it to the Thread-Pool
|
void |
ContextImplementation.OutputImpl.addOutputExtension(OutputExtensionModel outputExtension)
adds output extension to desired outputPlugin
adds output extension to desired outputPlugin, so that the output-plugin can start and stop the outputExtension
task as needed.
|
void |
Output.addOutputExtension(OutputExtensionModel outputExtension)
adds output extension to desired outputPlugin
adds output extension to desired outputPlugin, so that the output-plugin can start and stop the outputExtension
task as needed.
|
void |
ContextImplementation.OutputImpl.addOutputPlugin(OutputPluginModel outputPlugin)
adds outputPlugin to outputPluginList, starts a new thread for the outputPlugin, and stores the future object in a HashMap
|
void |
Output.addOutputPlugin(OutputPluginModel outputPlugin)
adds outputPlugin to outputPluginList, starts a new thread for the outputPlugin, and stores the future object in a HashMap
|
void |
Events.fireEvent(EventModel event)
This method fires an Event
|
Optional<CompletableFuture<List<ResourceModel>>> |
Resources.generateResource(ResourceModel resource)
generates a resources
|
void |
Resources.generateResource(ResourceModel resource,
java.util.function.Consumer<List<ResourceModel>> consumer)
Deprecated.
|
ExecutorService |
ThreadPool.getThreadPool(Identifiable identifiable)
returns an ThreadPool where all the IzouPlugins are running
|
void |
Files.register(FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber so that whenever any file is reloaded, the fileSubscriber is notified. |
void |
Files.register(ReloadableFile reloadableFile,
FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber with a ReloadableFile . |
Optional<EventCallable> |
Events.registerEventCaller(Identification identification)
Registers with the LocalEventManager to fire an event.
|
void |
Events.registerEventFinishedListener(EventModel event,
EventListenerModel eventListener)
Adds an listener for events that gets called when the event finished processing.
|
void |
Events.registerEventListener(EventModel event,
EventListenerModel eventListener)
Adds an listener for events that gets called before the generation of the resources and the outputPlugins..
|
Optional<EventCallable> |
EventsDistributor.registerEventPublisher(Identification identification)
with this method you can register EventPublisher add a Source of Events to the System.
|
void |
EventsDistributor.registerEventsController(EventsControllerModel eventsController)
Registers an EventController to control EventDispatching-Behaviour
|
void |
Resources.registerResourceBuilder(ResourceBuilderModel resourceBuilder)
registers a ResourceBuilder.
|
Modifier and Type | Method and Description |
---|---|
void |
FilePublisher.register(FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber so that whenever any file is reloaded, the fileSubscriber is notified. |
void |
FilePublisher.register(ReloadableFile reloadableFile,
FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber with a ReloadableFile . |
Modifier and Type | Method and Description |
---|---|
static TrackingExecutorService |
TrackingExecutorService.createTrackingExecutorService(ExecutorService executorService,
Identifiable identifiable)
creates a new ExecutorService
|
Copyright © 2016. All rights reserved.