Sharkysoft home

lava.mv
Class MvSynchronousEventDispatcher

java.lang.Object
  |
  +--lava.mv.MvSynchronousEventDispatcher
All Implemented Interfaces:
IMvEventDispatcher

public class MvSynchronousEventDispatcher
extends java.lang.Object
implements IMvEventDispatcher


Constructor Summary
MvSynchronousEventDispatcher()
           
 
Method Summary
 void notifyViews(java.util.Enumeration views, java.lang.Object mid, java.lang.Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvSynchronousEventDispatcher

public MvSynchronousEventDispatcher()
Method Detail

notifyViews

public void notifyViews(java.util.Enumeration views,
                        java.lang.Object mid,
                        java.lang.Object msg)
Specified by:
notifyViews in interface IMvEventDispatcher

Sharkysoft home