Package org.moparscape.msc.gs.event.handler.objectaction

Examples of org.moparscape.msc.gs.event.handler.objectaction.ObjectActionParam


                      "The door is locked shut");
                  break;
                default:
                  ObjectAction.oam().trigger(
                      object.getID(),
                      new ObjectActionParam(owner,
                          object, click));
                  break;
                }
              }
            }
View Full Code Here

TOP

Related Classes of org.moparscape.msc.gs.event.handler.objectaction.ObjectActionParam

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.