Return the event type of this event. @return The event type of this event. Although this is a String, it is safe to rely on the value returned by this method remaining consistent between point releases.
()
| 80 | * method remaining consistent between point releases. |
| 81 | */ |
| 82 | public String getType() { |
| 83 | return this.type; |
| 84 | } |
| 85 | |
| 86 | |
| 87 | /** |