Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Added the idea of UI utilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinside committed Apr 6, 2019
1 parent f1d0529 commit 17c5f13
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package org.codeoverflow.chatoverflow.ui.common

import org.codeoverflow.chatoverflow.ChatOverflow

/**
* UIUtilities encapsulate common requests to the chat overflow framework that
* are used by more than one UIs, e.g. REPL and GUI.
*
* @param chatOverflow the chat overflow framework object to operate on
*/
class UIUtilities(chatOverflow: ChatOverflow) {
// TODO: Refactor REPL & WIP-GUI. Most of the work should be brought together, here.
}

0 comments on commit 17c5f13

Please sign in to comment.