|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| ConnectionListener を使用しているパッケージ | |
|---|---|
| com.jme3.network.connection | |
| com.jme3.network.events | |
| com.jme3.network.sync | |
| com.jme3.network.connection での ConnectionListener の使用 |
|---|
| ConnectionListener を実装している com.jme3.network.connection のクラス | |
|---|---|
class |
ClientManager
The ClientManager is an internal class that deals with client registrations and disconnects. |
| ConnectionListener 型のパラメータを持つ com.jme3.network.connection のメソッド | |
|---|---|
void |
Client.addConnectionListener(ConnectionListener listener)
推奨されていません。 |
void |
ClientManager.addConnectionListener(ConnectionListener listener)
|
void |
Connection.addConnectionListener(ConnectionListener listener)
|
void |
Server.addConnectionListener(ConnectionListener listener)
推奨されていません。 |
void |
Server.addLocalConnectionListener(ConnectionListener listener)
推奨されていません。 |
void |
Client.removeConnectionListener(ConnectionListener listener)
推奨されていません。 |
void |
ClientManager.removeConnectionListener(ConnectionListener listener)
|
void |
Connection.removeConnectionListener(ConnectionListener listener)
|
void |
Server.removeConnectionListener(ConnectionListener listener)
推奨されていません。 |
void |
Server.removeLocalConnectionListener(ConnectionListener listener)
推奨されていません。 |
| com.jme3.network.events での ConnectionListener の使用 |
|---|
| ConnectionListener を実装している com.jme3.network.events のクラス | |
|---|---|
class |
ConnectionAdapter
Server adapter for making it easier to listen for server events. |
| com.jme3.network.sync での ConnectionListener の使用 |
|---|
| ConnectionListener を実装している com.jme3.network.sync のクラス | |
|---|---|
class |
ServerSyncService
推奨されていません。 |
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||