org.semispace.googled.internal
Class SwingActorSearch

java.lang.Object
  extended by org.semispace.actor.Actor
      extended by org.semispace.googled.internal.SwingActorSearch

public class SwingActorSearch
extends Actor


Constructor Summary
SwingActorSearch(AbstractAction abstractAction, JTextArea searchResult)
           
 
Method Summary
 void doSearch(String address)
           
 void receive(ActorMessage msg)
          Receive a message which either matches the template, or that is addressed to this actor in particular (which implies that you need to check the type for each message).
 
Methods inherited from class org.semispace.actor.Actor
getActorId, getDefaultLifeMsOfSpaceObject, getReadTemplates, getTakeTemplates, register, register, send, send, setDefaultLifeMsOfSpaceObject, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingActorSearch

public SwingActorSearch(AbstractAction abstractAction,
                        JTextArea searchResult)
Method Detail

receive

public void receive(ActorMessage msg)
Description copied from class: Actor
Receive a message which either matches the template, or that is addressed to this actor in particular (which implies that you need to check the type for each message).

Specified by:
receive in class Actor

doSearch

public void doSearch(String address)


Copyright © 2008-2012. All Rights Reserved.