source: java/main/src/main/java/com/framsticks/util/Dispatcher.java @ 77

Last change on this file since 77 was 77, checked in by psniegowski, 11 years ago

Add new java codebase.

File size: 177 bytes
Line 
1package com.framsticks.util;
2
3/**
4 * @author Piotr Sniegowski
5 */
6public interface Dispatcher {
7    public boolean isActive();
8    public void invokeLater(Runnable runnable);
9}
Note: See TracBrowser for help on using the repository browser.