de.beamertool.admin.phonecheck
Class CheckDevice.InboundNotification

java.lang.Object
  extended by de.beamertool.admin.phonecheck.CheckDevice.InboundNotification
All Implemented Interfaces:
IInboundMessageNotification
Enclosing class:
CheckDevice

public class CheckDevice.InboundNotification
extends Object
implements IInboundMessageNotification


Constructor Summary
CheckDevice.InboundNotification()
           
 
Method Summary
 void process(String gatewayId, MessageTypes msgType, String memLoc, int memIndex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckDevice.InboundNotification

public CheckDevice.InboundNotification()
Method Detail

process

public void process(String gatewayId,
                    MessageTypes msgType,
                    String memLoc,
                    int memIndex)
Specified by:
process in interface IInboundMessageNotification