MCPcopy Create free account
hub / github.com/XUANXUQAQ/File-Engine / showMessage

Method showMessage

src/main/java/file/engine/frames/TaskBar.java:237–239  ·  view source on GitHub ↗

将消息放入队列中 @param caption 标题 @param message 消息 @param event 携带的事件

(String caption, String message, Event event)

Source from the content-addressed store, hash-verified

235 * @param event 携带的事件
236 */
237 private void showMessage(String caption, String message, Event event) {
238 messageQueue.add(new MessageStruct(caption, message, event));
239 }
240
241 /**
242 * 显示消息

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected