Uses of Interface
model.events.EntityEventListener
Packages that use EntityEventListener
-
Uses of EntityEventListener in controller
Classes in controller that implement EntityEventListener -
Uses of EntityEventListener in model
Classes in model that implement EntityEventListenerModifier and TypeClassDescriptionclassclassAn entity which represents one of our space invader aliens.classTagging class to distinguish an Alien shot from a ship shotclassAdds infrastructure to give the entity animation through a provided list of sprites when the entity is in the ALIVE stateclassEntity of the game which is a Border.classAn entity represents any element that appears in the game.classclassThe entity that represents the players shipclassAn entity representing a shot fired by the player's shipMethods in model with parameters of type EntityEventListenerModifier and TypeMethodDescriptionfinal voidEntity.addEntityEventListener(EntityEventListener l) Add a listener to the listener listvoidEntityListArray.addEntityEventListener(EntityEventListener l) Manage event listener registrationvoidEntityListInterface.addEntityEventListener(EntityEventListener l) Manage event listener registrationvoidEntity.removeEntityEventListener(EntityEventListener l) Remove a listener from the listener list