@Dependent public class LockDemandDetector extends Object
Constructor and Description |
---|
LockDemandDetector() |
Modifier and Type | Method and Description |
---|---|
int |
getLockDemandEventTypes()
Returns the bitmask of all events that can potentially indicate a lock
demand.
|
boolean |
isLockRequired(com.google.gwt.user.client.Event event)
Determines whether or not the provided event indicates a change and
therefore demands a lock.
|
public boolean isLockRequired(com.google.gwt.user.client.Event event)
event
- the DOM eventpublic int getLockDemandEventTypes()
isLockRequired(Event)
to account for fine-tuning (i.e. via
custom configuration).Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.