JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
dk.vajhoej.vms.call.lib
Interface JobProcessor<T>
public interface
JobProcessor<T>
Interface JobProcessor defined a callback for jobs.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
process
(int entry,
T
o)
Process UIC ID and name found.
Method Detail
process
void process(int entry,
T
o)
Process UIC ID and name found.
Parameters:
entry
- job entry number
o
- associated object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method