Search in sources :

Example 1 with ImmutableSecurityAcceptPacket

use of me.retrodaredevil.solarthing.commands.event.ImmutableSecurityAcceptPacket in project solarthing by wildmountainfarms.

the class SecurityPacketReceiver method accept.

private void accept(StoredPacketGroup storedPacketGroup) {
    SecurityAcceptPacket packet = new ImmutableSecurityAcceptPacket(storedIdentifierToDocumentId(storedPacketGroup.getStoredIdentifier()));
    uploadSecurityEventPacket(packet);
}
Also used : ImmutableSecurityAcceptPacket(me.retrodaredevil.solarthing.commands.event.ImmutableSecurityAcceptPacket) SecurityAcceptPacket(me.retrodaredevil.solarthing.commands.event.SecurityAcceptPacket) ImmutableSecurityAcceptPacket(me.retrodaredevil.solarthing.commands.event.ImmutableSecurityAcceptPacket)

Aggregations

ImmutableSecurityAcceptPacket (me.retrodaredevil.solarthing.commands.event.ImmutableSecurityAcceptPacket)1 SecurityAcceptPacket (me.retrodaredevil.solarthing.commands.event.SecurityAcceptPacket)1