org.jmythapi.protocol.events
Interface ISystemEvent

All Superinterfaces:
Cloneable, IMythEvent<ISystemEvent.Props>, IPropertyAware<ISystemEvent.Props>, ISendable, IVersionable
All Known Implementing Classes:
SystemEvent

public interface ISystemEvent
extends IMythEvent<ISystemEvent.Props>

Backend Event - System Event.

See Also:
BACKEND_MESSAGE_SYSTEM_EVENT

Nested Class Summary
static class ISystemEvent.Props
           
 
Method Summary
 String getEventType()
           
 Map<String,String> getSystemProperties()
           
 
Methods inherited from interface org.jmythapi.protocol.events.IMythEvent
getEventName
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 
Methods inherited from interface org.jmythapi.protocol.ISendable
getPacket
 

Method Detail

getEventType

String getEventType()

getSystemProperties

Map<String,String> getSystemProperties()


Copyright © 2008-2013. All Rights Reserved.