source: trunk/src_apollo/org/apollo/mvc/SwingThreadedObserver.java@ 315

Last change on this file since 315 was 315, checked in by bjn8, 16 years ago

Apollo spin-off added

File size: 350 bytes
Line 
1package org.apollo.mvc;
2
3public interface SwingThreadedObserver {
4
5 /**
6 * Whenever the observed SwingEventQueue dequeu's an event on the swing thread.
7 *
8 * @param event A type of SubjectChangedEvent
9 * @param source The subject which the event was fired from
10 */
11 void modelChangedOnSwingThread(Subject source, SubjectChangedEvent event);
12}
Note: See TracBrowser for help on using the repository browser.