Package org.compiere.model
Class ServerStateChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.compiere.model.ServerStateChangeEvent
-
- All Implemented Interfaces:
Serializable
public class ServerStateChangeEvent extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
SERVER_START
static int
SERVER_STOP
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ServerStateChangeEvent(Object source, int eventType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEventType()
void
setEventType(int eventType)
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
SERVER_START
public static final int SERVER_START
- See Also:
- Constant Field Values
-
SERVER_STOP
public static final int SERVER_STOP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ServerStateChangeEvent
public ServerStateChangeEvent(Object source, int eventType)
-
-