Skip to content
Snippets Groups Projects
Commit 00399b72 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Fixed NovaEvents to define non-serializable instance field question

NovaEvents is derived from ApplicationEvent which extends EventObject.
EventObject implements Serializable.

It is bad practice if defined instance fields within NovaEvents
derived classes do not implement Serializable.
parent 539af011
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment