games.simulation.flayer.interfaces.subjectFamily
Interface AirPlaneSubject

All Known Subinterfaces:
AirPlane
All Known Implementing Classes:
ConcretAirPlaneOne, ConcretAirPlaneOneEnimy

public interface AirPlaneSubject

Author:
diego

Method Summary
 void addAirPlaneListener(AirPlaneListener gl)
           
 void fireAirPlaneListenerDrawEvents()
           
 void removeAirPlaneListener(AirPlaneListener gl)
           
 

Method Detail

addAirPlaneListener

void addAirPlaneListener(AirPlaneListener gl)

removeAirPlaneListener

void removeAirPlaneListener(AirPlaneListener gl)

fireAirPlaneListenerDrawEvents

void fireAirPlaneListenerDrawEvents()


Copyright © 2007. All Rights Reserved.