Modifier and Type | Method and Description |
---|---|
Identification |
EventMinimalImpl.getSource()
returns the Source of the Event, e.g.
|
Identification |
EventModel.getSource()
Returns the source of the event, e.g.
|
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,List<Identification>> |
EventBehaviourControllerModel.getOutputPluginBehaviour(List<Identification> identifications)
generates the data to control the Event
|
Modifier and Type | Method and Description |
---|---|
Optional<EventCallable> |
LocalEventManager.registerCaller(Identification identification)
Registers with the EventManager to fire an event.
|
Optional<EventCallable> |
EventDistributor.registerEventPublisher(Identification identification)
with this method you can register EventPublisher add a Source of Events to the System.
|
void |
LocalEventManager.unregisterCaller(Identification identification)
Unregister with the EventManager.
|
void |
EventDistributor.unregisterEventPublisher(Identification identification)
with this method you can unregister EventPublisher add a Source of Events to the System.
|
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,List<Identification>> |
EventBehaviourControllerModel.getOutputPluginBehaviour(List<Identification> identifications)
generates the data to control the Event
|
Constructor and Description |
---|
EventMinimalImpl(String type,
Identification source,
List<String> descriptors) |
EventMinimalImpl(String type,
Identification source,
List<String> descriptors,
java.util.function.Consumer<EventLifeCycle> callback) |
Modifier and Type | Method and Description |
---|---|
protected static Identification |
Identification.createIdentification(Identifiable identifiable) |
protected static Identification |
Identification.createIdentification(Identifiable identifiable,
boolean createdFromInstance) |
Modifier and Type | Method and Description |
---|---|
Optional<Identification> |
IdentificationManager.getIdentification(Identifiable identifiable)
If you have registered with an Identifiable interface, you can receive Identification Instances with this method.
|
Optional<Identification> |
IdentificationManagerM.getIdentification(Identifiable identifiable)
If you have registered with an Identifiable interface, you can receive Identification Instances with this method.
|
Optional<Identification> |
IdentificationManager.getIdentification(String id)
If a class has registered with an Identifiable interface you can receive an Identification Instance describing
the class by providing his ID.
|
Optional<Identification> |
IdentificationManagerM.getIdentification(String id)
If a class has registered with an Identifiable interface you can receive an Identification Instance describing
the class by providing his ID.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Identification.equals(Identification identification)
returns whether this and the other identification belong to the same Identifiable
|
AddOnModel |
InternalIdentificationManager.getAddonModel(Identification identification)
gets the AddonModel for the Identification, or null if none found
|
default boolean |
Identifiable.isOwner(Identification identification)
checks whether this instance is the owner of this Identification
|
Modifier and Type | Method and Description |
---|---|
List<Identification> |
OutputManager.getAssociatedOutputExtension(OutputPluginModel<?,?> outputPlugin)
returns all the associated OutputExtensions
|
Modifier and Type | Method and Description |
---|---|
void |
OutputPluginModel.outputExtensionAdded(Identification identification)
callback method to notify that an OutputExtension was added
|
void |
OutputPluginModel.outputExtensionRemoved(Identification identification)
callback method to notify that an OutputExtension was added
|
Modifier and Type | Method and Description |
---|---|
Identification |
ResourceMinimalImpl.getConsumer()
returns the consumer of the object (if set).
|
Identification |
ResourceModel.getConsumer()
returns the consumer of the object (if set).
|
Identification |
ResourceMinimalImpl.getProvider()
returns the provider of the Resource.
|
Identification |
ResourceModel.getProvider()
returns the provider of the Resource.
|
Constructor and Description |
---|
ResourceMinimalImpl(String resourceID,
Identification provider,
T t,
Identification consumer)
creates a new Resource.
|
Modifier and Type | Method and Description |
---|---|
Identification |
Activators.getManagerIdentification()
returns the ID of the Manager
|
Identification |
ContextImplementation.OutputImpl.getManagerIdentification()
returns the ID of the Manager
|
Identification |
Events.getManagerIdentification()
returns the ID of the Manager (LocalEventManager)
|
Identification |
EventsDistributor.getManagerIdentification()
returns the ID of the Manager (EventsDistributor)
|
Identification |
Output.getManagerIdentification()
returns the ID of the Manager
|
Identification |
Resources.getManagerIdentification()
returns the ID of the Manager
|
Identification |
ThreadPool.getManagerIdentification()
returns the ID of the Manager
|
Modifier and Type | Method and Description |
---|---|
List<Identification> |
ContextImplementation.OutputImpl.getAssociatedOutputExtension(OutputPluginModel<?,?> outputPlugin)
returns all the associated OutputExtensions
|
List<Identification> |
Output.getAssociatedOutputExtension(OutputPluginModel<?,?> outputPlugin)
returns all the associated OutputExtensions
|
Modifier and Type | Method and Description |
---|---|
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.
|
Optional<EventCallable> |
EventsDistributor.registerEventPublisher(Identification identification)
with this method you can register EventPublisher add a Source of Events to the System.
|
void |
Events.unregisterEventCaller(Identification identification)
Unregister with the LocalEventManager.
|
void |
EventsDistributor.unregisterEventPublisher(Identification identification)
with this method you can unregister EventPublisher add a Source of Events to the System.
|
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 |
---|---|
Identification |
IzouSoundLine.getResponsibleID()
gets the ID responsible
|
Identification |
IzouSoundLineBaseClass.getResponsibleID()
gets the ID responsible
|
Modifier and Type | Method and Description |
---|---|
protected void |
SoundManager.addAsPermanent(AddOnModel addOnModel,
Identification source,
boolean nonJava) |
void |
SoundManager.requestPermanent(AddOnModel addOnModel,
Identification source,
boolean nonJava)
tries to register the AddonModel as permanent
|
Modifier and Type | Method and Description |
---|---|
Optional<Identification> |
IdentificationSet.getIdentificationFor(X x)
returns the associated Identification (if it was added with an identification)
|
Modifier and Type | Method and Description |
---|---|
boolean |
IdentificationSet.add(X x,
Identification identification)
Adds an Element to the Set
|
Copyright © 2016. All rights reserved.