de.jreality.scene.event
Class AppearanceEventMulticaster
java.lang.Object
de.jreality.scene.event.AppearanceEventMulticaster
- All Implemented Interfaces:
- AppearanceListener, EventListener
public final class AppearanceEventMulticaster
- extends Object
- implements AppearanceListener
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)