abstract class CameraEvent { const CameraEvent(); } class InitializeEvent extends CameraEvent { const InitializeEvent(); }