10-09-2009, 07:03 AM
couldn't you just create a void method in one of the classes. I mean, if you put a new method in one of your classes and create an instance of those classes in your other classes, you could just use them.
class 1:
method comes ehre
class 2:
instance of class 1 -> class1.method()
class 1:
method comes ehre
class 2:
instance of class 1 -> class1.method()