public class CallbackAvailability extends Object
| Constructor and Description |
|---|
CallbackAvailability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
postRemove()
Returns if there is postRemove callbacks.
|
boolean |
postWrite()
Returns if there is PostWrite callbacks.
|
boolean |
preRemove()
Returns if there is PreRemove callbacks.
|
boolean |
preWrite()
Returns if there is PreWrite callbacks.
|
void |
updateAvailability(CallbackAvailability availability,
Boolean forUpdates) |
CallbackAvailability |
updateAvailability(CallbackManager callbackManager)
Updates the availability.
|
public boolean postRemove()
public boolean postWrite()
public boolean preRemove()
public boolean preWrite()
public void updateAvailability(CallbackAvailability availability, Boolean forUpdates)
availability - the availability to updateforUpdates - true if for updates or false for removalspublic CallbackAvailability updateAvailability(CallbackManager callbackManager)
callbackManager - the callback managerCopyright © 2012 Batoo Software & Consultancy. All Rights Reserved.