Uses of Interface
com.biglybt.pifimpl.local.messaging.GenericMessageConnectionAdapter
-
Packages that use GenericMessageConnectionAdapter Package Description com.biglybt.pifimpl.local.messaging -
-
Uses of GenericMessageConnectionAdapter in com.biglybt.pifimpl.local.messaging
Classes in com.biglybt.pifimpl.local.messaging that implement GenericMessageConnectionAdapter Modifier and Type Class Description class
GenericMessageConnectionDirect
class
GenericMessageConnectionIndirect
Fields in com.biglybt.pifimpl.local.messaging declared as GenericMessageConnectionAdapter Modifier and Type Field Description private GenericMessageConnectionAdapter
GenericMessageConnectionImpl. delegate
Methods in com.biglybt.pifimpl.local.messaging with parameters of type GenericMessageConnectionAdapter Modifier and Type Method Description protected void
GenericMessageConnectionImpl. setDelegate(GenericMessageConnectionAdapter _delegate)
Constructors in com.biglybt.pifimpl.local.messaging with parameters of type GenericMessageConnectionAdapter Constructor Description GenericMessageConnectionImpl(MessageManagerImpl _message_manager, GenericMessageConnectionAdapter _delegate)
-