Author: [EMAIL PROTECTED]
Date: Wed Nov 12 15:27:36 2008
New Revision: 4041
Modified:
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ResizeEvent.java
Log:
Currently we are not giving people a way of overriding the height and
width, so those values should be final for now.
Modified:
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ResizeEvent.java
==============================================================================
---
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ResizeEvent.java
(original)
+++
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ResizeEvent.java
Wed Nov 12 15:27:36 2008
@@ -60,14 +60,10 @@
return TYPE;
}
- private int width;
- private int height;
+ private final int width;
+ private final int height;
- /**
- * Constructor.
- */
- protected ResizeEvent() {
- }
+
/**
* Construct a new [EMAIL PROTECTED] ResizeEvent}.
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---