GP
Interface Doable


public interface Doable

This defines the interface to an occurance, something that happens discretly. It can also be thought of as a piece of executable code that can be used like an object, passed from one object as a paramter to a method of another object.


Method Summary
 void DoIt()
          Perform some sequence of actions.
 

Method Detail

DoIt

public void DoIt()
Perform some sequence of actions.