Skip to content

Commit

Permalink
::back-count ::send-chan
Browse files Browse the repository at this point in the history
  • Loading branch information
unclebob committed Jun 22, 2023
1 parent f6d02b2 commit 652f5db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/more_speech/mem.clj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
(s/def ::frame #(instance? JFrame %)) ;The main frame
(s/def ::selected-event ::id) ;The id of the currently selected event
(s/def ::selected-tab ::tab-index) ;index of the selected tab within :tabs-list
(s/def ::back-count int?)
(s/def ::send-chan #(= clojure.core.async.impl.channels.ManyToManyChannel (type %)))

;map, by id, of all displayed nodes in the tabs.
(s/def ::node-map (s/map-of ::id (s/coll-of #(instance? DefaultMutableTreeNode %))))
Expand All @@ -76,9 +78,9 @@
::orphaned-replies
::event-history
::event-counter-type/event-counter

::back-count
::send-chan

::article-window
::article-panel
::refresh-main-window
Expand Down

0 comments on commit 652f5db

Please sign in to comment.