public abstract class OAChangeProcessor extends Object
Constructor and Description |
---|
OAChangeProcessor(boolean bUseThreadPool) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(Hub hub,
String... propertyPaths) |
void |
addListener(Hub hub,
String propertyPath) |
protected void |
finalize() |
protected abstract void |
process(HubEvent evt)
Called when it's time to process.
|
public OAChangeProcessor(boolean bUseThreadPool)
bUseThreadPool
- if false then use current thread.protected abstract void process(HubEvent evt)
Copyright © 1999–2019 ViaOA. All rights reserved.