
|
If you were logged in you would be able to see more operations.
|
|
|
|
The current monitor code assumes that MonitorImpl is the only implementation of the Monitor interface and casts to the implementation class. We need to a mechanism for specifying other implementations of the Monitor interface.
|
|
Description
|
The current monitor code assumes that MonitorImpl is the only implementation of the Monitor interface and casts to the implementation class. We need to a mechanism for specifying other implementations of the Monitor interface. |
Show » |
|