Remove Surperfluous Method on page 173

Remove the following method on page 173 because it adds no function to the method in its superclass AsyncEvent which it overrides.

public void fire ()
Causes the instance of the superclass AsyncEvent to occur now.
Overrides: public void fire() in class AsyncEvent