|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InterestRegistrationListener
Interface InterestRegisterationListener can be implemented
to be notified of interest registration and unregistration. The methods
on an InterestRegisterationListener are invoked synchronously.
| Method Summary | |
|---|---|
void |
afterRegisterInterest(InterestRegistrationEvent event)
Handles an after register interest event. |
void |
afterUnregisterInterest(InterestRegistrationEvent event)
Handles an after unregister interest event. |
| Methods inherited from interface com.gemstone.gemfire.cache.CacheCallback |
|---|
close |
| Method Detail |
|---|
void afterRegisterInterest(InterestRegistrationEvent event)
event - the InterestRegistrationEventvoid afterUnregisterInterest(InterestRegistrationEvent event)
event - the InterestRegistrationEvent
|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||