code cleanup
This commit is contained in:
parent
f0cd128aa4
commit
ce98919499
|
@ -2,7 +2,7 @@ package ctbrec.event;
|
||||||
|
|
||||||
public abstract class Event {
|
public abstract class Event {
|
||||||
|
|
||||||
public static enum Type {
|
public enum Type {
|
||||||
/**
|
/**
|
||||||
* This event is fired every time the OnlineMonitor sees a model online
|
* This event is fired every time the OnlineMonitor sees a model online
|
||||||
* It is also fired, if the model was online before. You can see it as a "still online ping".
|
* It is also fired, if the model was online before. You can see it as a "still online ping".
|
||||||
|
|
Loading…
Reference in New Issue