Class SpacecraftRadio

java.lang.Object
gaiasky.scene.entity.EntityRadio
gaiasky.scene.entity.SpacecraftRadio
All Implemented Interfaces:
IObserver

public class SpacecraftRadio extends EntityRadio
Picks up spacecraft events and relays them to the entity.
  • Constructor Details

    • SpacecraftRadio

      public SpacecraftRadio(com.badlogic.ashley.core.Entity entity)
  • Method Details

    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.