@Deprecated public abstract class AbstractElasticProcessingUnitFailureEventManager<TE extends ElasticProcessingUnitFailureEvent,TEL> extends Object
| Constructor and Description | 
|---|
AbstractElasticProcessingUnitFailureEventManager(InternalAdmin admin)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(TEL listener)
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 AbstractElasticProcessingUnitFailureEventManager(InternalAdmin admin)
public void add(TEL listener)
public void remove(TEL listener)
protected abstract void fireEventToListener(TE event, TEL listener)
protected void pushEventToAllListeners(TE event)
Copyright © GigaSpaces.