Package ghidra.framework.model
Class AbstractDomainObjectListenerBuilder.EachBuilder
java.lang.Object
ghidra.framework.model.AbstractDomainObjectListenerBuilder.EachBuilder
- Enclosing class:
 AbstractDomainObjectListenerBuilder<R extends DomainObjectChangeRecord,B extends AbstractDomainObjectListenerBuilder<R, B>> 
Sub-builder for collection eventTypes before eventually being associated with a
 consumer for records with those types
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncall(BiConsumer<DomainObjectChangedEvent, R> biConsumer) Provides the consumer to be associated with this collection of event types.Provides the consumer to be associated with this collection of event types. 
- 
Constructor Details
- 
EachBuilder
 
 - 
 - 
Method Details
- 
call
Provides the consumer to be associated with this collection of event types.- Parameters:
 consumer- the consumer for this collection of event types- Returns:
 - the main event builder that created this sub-builder
 
 - 
call
Provides the consumer to be associated with this collection of event types.- Parameters:
 biConsumer- the consumer for this collection of event types- Returns:
 - the main event builder that created this sub-builder
 
 
 -