Uses of Class
org.netxms.client.events.EventInfo
Packages that use EventInfo
- 
Uses of EventInfo in org.netxms.clientMethods in org.netxms.client that return types with arguments of type EventInfoModifier and TypeMethodDescriptionNXCSession.getAlarmEvents(long alarmId) Get information about events related to single active alarm.
- 
Uses of EventInfo in org.netxms.client.eventsMethods in org.netxms.client.events that return EventInfoModifier and TypeMethodDescriptionEventInfo.getChildren()EventInfo.getParent()Get parent event.Constructors in org.netxms.client.events with parameters of type EventInfoModifierConstructorDescriptionEventInfo(NXCPMessage msg, long baseId, EventInfo parent) Create from NXCP message.