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 PIDProcessor<T>
public interface
PIDProcessor<T>
Interface PIDProcessor defined a callback for PIDs.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
process
(int pid,
T
o)
Process PID and associated object.
Method Detail
process
void process(int pid,
T
o)
Process PID and associated object.
Parameters:
pid
- PID
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