public class CocoaProvider extends AbstractPenProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
CocoaProvider.Constructor |
AbstractPenProvider.AbstractConstructorPenProvider.ConstructionExceptiondevices| 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 PenDevices owned by this PenProvider must start/stop sending events. |
getConstructor, getDevices, getPenManager, getUseRelativeLocationFilter, toStringpublic jpen.provider.osx.CocoaDevice getDevice(PKind.Type type)
public void penManagerPaused(boolean paused)
PenProviderPenManager to notify that all the PenDevices 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()