public class CocoaProvider extends AbstractPenProvider
Modifier and Type | Class and Description |
---|---|
static class |
CocoaProvider.Constructor |
AbstractPenProvider.AbstractConstructor
PenProvider.ConstructionException
devices
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
jpen.provider.osx.CocoaDevice |
getDevice(PKind.Type type) |
void |
penManagerPaused(boolean paused)
Called by the
PenManager to notify that all the PenDevice s owned by this PenProvider must start/stop sending events. |
getConstructor, getDevices, getPenManager, getUseRelativeLocationFilter, toString
public jpen.provider.osx.CocoaDevice getDevice(PKind.Type type)
public void penManagerPaused(boolean paused)
PenProvider
PenManager
to notify that all the PenDevice
s owned by this PenProvider
must start/stop sending events.paused
- If true
then the devices must stop sending events. If false
then the devices must start sending events.public void dispose()