|
This course discusses how objects communicate with each other using messages and events.
Objectives:
After completing this course, students will be able to:
- Create and use a listener as an event handler
- Create and use a callback as an event handler
- Use the addEventListener() method
- Broadcast a custom message using the AsBroadcaster method
- Identify and implement the five characteristics of good object-oriented programming design
Topics:
- Object Communication
- Handling Messages with Listeners
- Handling Messages with Callbacks
- Using the addEventListener( ) Method
- Using AsBroadcaster to Broadcast Custom Messages
- Characteristics of Object-Oriented Design
- Phases of a Project
- Defining the Solution
- Examining Design Patterns
- Implementing the Design
|