public class BroadcastListener
extends java.lang.Object
implements java.lang.Runnable
NetworkEnvironment| Constructor and Description |
|---|
BroadcastListener(NetworkEnvironment owner)
Creates a new BrodcastListener instance owned by the given
NetworkEnvironment |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes this
BroadcastListener object and all its resources. |
void |
run() |
public BroadcastListener(NetworkEnvironment owner) throws java.lang.Exception
NetworkEnvironmentowner - the NetworkEnvironment which owns this BroadcastListenerjava.io.IOExceptionjavax.crypto.NoSuchPaddingExceptionjava.security.NoSuchAlgorithmExceptionjava.lang.Exceptionpublic void dispose()
BroadcastListener object and all its resources.public void run()
run in interface java.lang.Runnable