public interface Callback
Modifier and Type | Method and Description |
---|---|
int |
callback(int selector,
Object parm)
A generic callback function.
|
int callback(int selector, Object parm)
selector
- An indicator of the function to be performed.
Interpretation is determined by the implementing class.parm
- Whatever data may be appropriate to the callback.Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.