|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITAListener | |
|---|---|
| edu.wisc.trace.uch | Provides Classes which are used to startup and bind the UCH to the core SDK, and provide interface to the clients. |
| edu.wisc.trace.uch.ta.generictarget | Provides classes for Simulated Generic Target within UCH. |
| edu.wisc.trace.uch.ta.upnpav | Provides classes for UPnP AV Target Adapter |
| edu.wisc.trace.uch.ta.upnpsatellitebox | Sample Target Adapter. |
| edu.wisc.trace.uch.util.socket | Provides Classes which are Java Object representation of UI Socket Elements. |
| org.myurc.uch | Provides Interfaces which are used to communicate among different modules like UCH, TDM, TA and UIPM. |
| Uses of ITAListener in edu.wisc.trace.uch |
|---|
| Classes in edu.wisc.trace.uch that implement ITAListener | |
|---|---|
class |
TAListener
Implements the methods of ITAListener. |
| Uses of ITAListener in edu.wisc.trace.uch.ta.generictarget |
|---|
| Methods in edu.wisc.trace.uch.ta.generictarget with parameters of type ITAListener | |
|---|---|
void |
GenericTAFacade.init(ITAListener taListener,
Map<String,String> taProps,
Map<String,String> uchProps)
|
| Uses of ITAListener in edu.wisc.trace.uch.ta.upnpav |
|---|
| Methods in edu.wisc.trace.uch.ta.upnpav with parameters of type ITAListener | |
|---|---|
void |
UpnpAvTAFacade.init(ITAListener taListener,
Map<String,String> taProps,
Map<String,String> uchProps)
|
| Uses of ITAListener in edu.wisc.trace.uch.ta.upnpsatellitebox |
|---|
| Methods in edu.wisc.trace.uch.ta.upnpsatellitebox with parameters of type ITAListener | |
|---|---|
void |
UpnpSatelliteBoxTAFacade.init(ITAListener taListener,
Map<String,String> taProps,
Map<String,String> uchProps)
|
| Uses of ITAListener in edu.wisc.trace.uch.util.socket |
|---|
| Constructors in edu.wisc.trace.uch.util.socket with parameters of type ITAListener | |
|---|---|
SocketDescription(TargetDescription td,
Element element,
ITAListener taListener)
Constructor. |
|
TargetDescription(Map<String,String> tdProps,
ITAListener taListener)
Constructor. |
|
| Uses of ITAListener in org.myurc.uch |
|---|
| Methods in org.myurc.uch with parameters of type ITAListener | |
|---|---|
void |
ITA.init(ITAListener taListener,
Map<String,String> taProps,
Map<String,String> uchProps)
When the TA is installed and loaded, this method is called by UCH prior to any other TA function. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||