Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
b9992789
Commit
b9992789
authored
3 years ago
by
terry-norbraten
Browse files
Options
Downloads
Patches
Plain Diff
[Terry N.] correct old class name in note
parent
bd32f4cf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/edu/nps/moves/dis7/examples/ThreadedNetExample.java
+1
-1
1 addition, 1 deletion
src/edu/nps/moves/dis7/examples/ThreadedNetExample.java
with
1 addition
and
1 deletion
src/edu/nps/moves/dis7/examples/ThreadedNetExample.java
+
1
−
1
View file @
b9992789
...
...
@@ -28,7 +28,7 @@ public class ThreadedNetExample
// Create an instance of DisThreadedNetworkInterface using default port 3000, mcast 225.4.5.6, use other constructor to specific port and ip
DisThreadedNetworkInterface
netif
=
new
DisThreadedNetworkInterface
();
// Internally, the DisThreadeNet
IF
class has constructed whatever threads it needs to operated
// Internally, the DisThreade
d
Net
workInterface
class has constructed whatever threads it needs to operated
// We want to listen also, so add a listener, using JDK8+ lambda grammar
netif
.
addListener
(
pdu
->
handleReceivedPdu
(
pdu
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment