Skip to content

Commit

Permalink
Refactoring package names and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarrugia committed Feb 17, 2016
1 parent a7f6df7 commit 7edb78d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ public class DataFireEvent<T, E> implements Serializable, Cloneable {
private T message;
private E eventType;

public DataFireEvent() {
}

public DataFireEvent(T message, E status) {
this.message = message;
this.eventType = status;
Expand Down

0 comments on commit 7edb78d

Please sign in to comment.