swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swarm-Support] question on Selector


From: 曹凯
Subject: [Swarm-Support] question on Selector
Date: Thu, 26 Apr 2007 08:08:53 +0800

Dear swarmers:
I am programming swarm application in JAVA.
Only the method is encapsulated in a Selector, can the method be inserted into an ActionGroup or Schedule.I encounter a question: How to encapsulate a method with some parameters in a Selector (e.g. public void methodName (int a, double b)). I have known that a method without parameters can be encapsulated in a Selector through
Selector sel= new Selector (Class theClass, String theMethodName, boolean theObjectflag).

Kai Cao


reply via email to

[Prev in Thread] Current Thread [Next in Thread]