@Deprecated public abstract class AbstractElasticProcessingUnitProgressChangedEventManager<TE extends ElasticProcessingUnitProgressChangedEvent,TEL> extends Object
Constructor and Description |
---|
AbstractElasticProcessingUnitProgressChangedEventManager(InternalAdmin admin)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(TEL listener)
Deprecated.
Add the specified listener as a subscriber for events.
|
void |
add(TEL listener,
boolean includeLastProgressEvent)
Deprecated.
Add the specified listener as a subscriber for events.
|
protected abstract void |
fireEventToListener(TE event,
TEL listener)
Deprecated.
Invoke the strongly typed listener method on the specified listener with the specified event
|
protected void |
pushEventToAllListeners(TE event)
Deprecated.
push the specified event to all listeners
|
void |
remove(TEL listener)
Deprecated.
Remove the specified listener as a subscriber for events.
|
public AbstractElasticProcessingUnitProgressChangedEventManager(InternalAdmin admin)
public void add(TEL listener, boolean includeLastProgressEvent)
public void add(TEL listener)
public void remove(TEL listener)
protected void pushEventToAllListeners(TE event)
Copyright © GigaSpaces.