cs015.SP
Interface Eye


public interface Eye

This is an interface for a generic eye. It has methods for opening and closing the eye.

Author:
ng

Method Summary
 void Close()
           
 void Open()
           
 

Method Detail

Open

public void Open()

Close

public void Close()