de.jreality.scene.event
Class AppearanceEventMulticaster

java.lang.Object
  extended by de.jreality.scene.event.AppearanceEventMulticaster
All Implemented Interfaces:
AppearanceListener, EventListener

public final class AppearanceEventMulticaster
extends Object
implements AppearanceListener


Method Summary
static AppearanceListener add(AppearanceListener a, AppearanceListener b)
           
 void appearanceChanged(AppearanceEvent ev)
          Recast the event.
static AppearanceListener remove(AppearanceListener l, AppearanceListener oldl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public static AppearanceListener add(AppearanceListener a,
                                     AppearanceListener b)

remove

public static AppearanceListener remove(AppearanceListener l,
                                        AppearanceListener oldl)

appearanceChanged

public void appearanceChanged(AppearanceEvent ev)
Recast the event.

Specified by:
appearanceChanged in interface AppearanceListener
See Also:
AppearanceListener.appearanceChanged(AppearanceEvent)