|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Listener | |
---|---|
com.ontotext.ordi.tripleset | |
com.ontotext.ordi.tripleset.impl | |
com.ontotext.ordi.trree |
Uses of Listener in com.ontotext.ordi.tripleset |
---|
Methods in com.ontotext.ordi.tripleset that return types with arguments of type Listener | |
---|---|
List<Listener> |
TConnection.listListeners()
Lists all associated connection listeners. |
Methods in com.ontotext.ordi.tripleset with parameters of type Listener | |
---|---|
void |
TConnection.addListener(Listener listener)
Adds a new connection listener. |
void |
TConnection.removeListener(Listener listener)
Removes previously associated connection listener. |
Uses of Listener in com.ontotext.ordi.tripleset.impl |
---|
Classes in com.ontotext.ordi.tripleset.impl that implement Listener | |
---|---|
class |
CallMultiplexor
|
Fields in com.ontotext.ordi.tripleset.impl with type parameters of type Listener | |
---|---|
protected List<Listener> |
CallMultiplexor.listeners
|
Methods in com.ontotext.ordi.tripleset.impl that return types with arguments of type Listener | |
---|---|
List<Listener> |
TConnectionImpl.listListeners()
|
List<Listener> |
CallMultiplexor.listListeners()
|
Methods in com.ontotext.ordi.tripleset.impl with parameters of type Listener | |
---|---|
void |
TConnectionImpl.addListener(Listener listener)
|
void |
CallMultiplexor.addListener(Listener listener)
|
void |
TConnectionImpl.removeListener(Listener listener)
|
void |
CallMultiplexor.removeListener(Listener listener)
|
Constructor parameters in com.ontotext.ordi.tripleset.impl with type arguments of type Listener | |
---|---|
CallMultiplexor(List<Listener> listeners)
|
Uses of Listener in com.ontotext.ordi.trree |
---|
Methods in com.ontotext.ordi.trree that return Listener | |
---|---|
Listener |
TRREEWrapper.getListener()
|
Methods in com.ontotext.ordi.trree with parameters of type Listener | |
---|---|
void |
TRREEConnection.addListener(Listener listener)
|
void |
TRREEConnection.removeListener(Listener listener)
|
void |
TRREEWrapper.setListener(Listener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |