Sharkysoft home

lava.mv
Class MvAsynchronousEventDispatcher

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

public class MvAsynchronousEventDispatcher
extends java.lang.Object
implements IMvEventDispatcher


Constructor Summary
MvAsynchronousEventDispatcher(ThreadSerializer serializer)
           
 
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

MvAsynchronousEventDispatcher

public MvAsynchronousEventDispatcher(ThreadSerializer serializer)
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