Package com.ninjametrics.models

Examples of com.ninjametrics.models.EventObj


            if ((theEventMap == null) || (theEventMap.isEmpty())
                            || (theDate == null)) {
                return false;
            }

            final EventObj aEventObj = new EventObj();
            aEventObj.setDataMap(theEventMap);
            aEventObj.setDateObj(theDate);

            return KApi.myEventThread.put(aEventObj);
        }
    }
View Full Code Here

TOP

Related Classes of com.ninjametrics.models.EventObj

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.