at.spardat.xma.mdl
Class Notification

java.lang.Object
  extended byat.spardat.xma.mdl.ModelChangeEvent
      extended byat.spardat.xma.mdl.Notification

public class Notification
extends ModelChangeEvent

A kind of a ModelChangeEvent, where no modification on the model is performed.


Field Summary
 
Fields inherited from class at.spardat.xma.mdl.ModelChangeEvent
fromUI_, wModel_
 
Constructor Summary
Notification(WModel destination, boolean fromUI)
          Constructor
 
Method Summary
 boolean execute()
          This method is a noop.
 
Methods inherited from class at.spardat.xma.mdl.ModelChangeEvent
isFromUI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification(WModel destination,
                    boolean fromUI)
Constructor

Method Detail

execute

public boolean execute()
This method is a noop.

Specified by:
execute in class ModelChangeEvent
See Also:
ModelChangeEvent.execute()