Package gnu.java.zrtp
Class ZrtpStateClass.Event
- java.lang.Object
-
- gnu.java.zrtp.ZrtpStateClass.Event
-
- Enclosing class:
- ZrtpStateClass
protected class ZrtpStateClass.Event extends Object
-
-
Constructor Summary
Constructors Constructor Description Event(ZrtpStateClass.EventDataType evt, byte[] pckt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]getPacket()protected ZrtpStateClass.EventDataTypegetType()
-
-
-
Constructor Detail
-
Event
public Event(ZrtpStateClass.EventDataType evt, byte[] pckt)
-
-
Method Detail
-
getPacket
protected byte[] getPacket()
- Returns:
- the packet
-
getType
protected ZrtpStateClass.EventDataType getType()
- Returns:
- the type
-
-